v1

latestOpenAPI 3.1.02026-07-2211914.9 KB
Jobs

Stream a single result file (API-key authenticated)

Proxies a single file from the OME-Zarr result store. path is the path within the zarr store (e.g. zarr.json, CD3/zarr.json, CD3/c/0/0/0). Authenticated via the same bearer API key as the rest of /api/v1/; org-scoped to the job. Use this when walking the zarr tree from a client that does not have direct GCS credentials.

get/jobs/{id}/results/files/{path}

Path parameters

idstring uuid required
pathstring required

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

Response

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

object required