Skip to main content
GET
/
sandbox-sessions
/
{session_id}
/
commands
/
{command_id}
/
output
Get Sandbox Background Command Output
curl --request GET \
  --url https://api.veryfront.com/sandbox-sessions/{session_id}/commands/{command_id}/output \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

session_id
string<uuid>
required

Sandbox session UUID.

command_id
string
required

Sandbox background command ID.

Minimum string length: 1

Response

Background command output.

The response is of type object.