curl --request GET \
--url https://api.getcargo.io/v1/context/runtime \
--header 'Authorization: Bearer <token>'{
"path": "<string>",
"entries": [
{
"name": "<string>",
"kind": "file"
}
]
}List entries at a path in the workspace runtime sandbox. Omit path to list the root.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional path to browse, relative to the workspace working directory. Omit to list the root.
Was this page helpful?