Skip to main content
GET
/
context
/
runtime
Browse runtime sandbox
curl --request GET \
  --url https://api.getcargo.io/v1/context/runtime \
  --header 'Authorization: Bearer <token>'
{
  "path": "<string>",
  "entries": [
    {
      "name": "<string>",
      "kind": "file"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

path
string

Optional path to browse, relative to the workspace working directory. Omit to list the root.

Response

Successful response

path
string
required
entries
Entries · object[]
required

Files and folders at the requested path.