Skip to content

Download raw file bytes

GET
/v1/workspaces/{workspace_id}/fs/_/download/{path}
curl --request GET \
--url https://app.everruns.com/api/v1/workspaces/example/fs/_/download/example
workspace_id
required
string

Workspace ID (wsp_<32-hex>)

path
required
string

File path. Wildcard route: nested paths are literal /-separated segments, not a single URL-encoded value.

Raw file bytes

Media type application/octet-stream

Path points to a directory

File not found

Internal server error