Leap0

List contexts

List all active execution contexts.

GET/contexts

List all active execution contexts.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Response Body

application/json

curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/contexts"
{  "items": [    {      "id": "V1StGXR8_Z5jdHi6B-myT",      "language": 1,      "cwd": "/home/user"    }  ]}