Get context
Retrieve a single execution context by ID.
GET
/contexts/{contextID}Retrieve a single execution context by ID.
Authorization
BearerAuth AuthorizationBearer <token>
API key passed as a Bearer token.
In: header
Path Parameters
contextID*string
Unique context identifier.
Response Body
application/json
application/json
curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/contexts/string"{ "id": "V1StGXR8_Z5jdHi6B-myT", "language": 1, "cwd": "/home/user"}{ "message": "string"}
