Skip to main content
GET
/
sandbox-sessions
/
{session_id}
/
commands
List Sandbox Background Commands
curl --request GET \
  --url https://api.veryfront.com/sandbox-sessions/{session_id}/commands \
  --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.

Response

Background commands.

The response is of type object.