Skip to main content
GET
/
jobs
/
{id}
/
results
/
files
/
{path}
Stream a single result file (API-key authenticated)
curl --request GET \
  --url https://app.strandai.com/api/v1/jobs/{id}/results/files/{path} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.strandai.com/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.

Path Parameters

id
string<uuid>
required
path
string
required

Path within the zarr store; slashes are not URL-encoded.

Response

File bytes (binary for chunks, JSON for metadata).

The response is of type file.