curl --request GET \
--url 'https://api.sandbox.stateset.app/api/v1/sandbox/{id}/files/download' \
--header "Authorization: Bearer $STATESET_SANDBOX_API_KEY"
"string"
Download a file from sandbox
Downloads a file as binary content Served by the live controller (answers 401 unauthenticated) but absent from its published /openapi.json — verified…
GET
/
api
/
v1
/
sandbox
/
{id}
/
files
/
download
curl --request GET \
--url 'https://api.sandbox.stateset.app/api/v1/sandbox/{id}/files/download' \
--header "Authorization: Bearer $STATESET_SANDBOX_API_KEY"
"string"
Downloads a file as binary content
Served by the live controller (answers 401 unauthenticated) but absent from its published
/openapi.json — verified 2026-08-31.
Path parameters
string (uuid)
required
Unique sandbox identifier
Query parameters
string
required
Path to the file in the sandbox
Response
Returnsapplication/octet-stream — File binary content.
Status codes
| Code | Meaning |
|---|---|
200 | File binary content |
curl --request GET \
--url 'https://api.sandbox.stateset.app/api/v1/sandbox/{id}/files/download' \
--header "Authorization: Bearer $STATESET_SANDBOX_API_KEY"
"string"
Last modified on August 31, 2026