Skip to content

Download raw file bytes

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

Session ID (prefixed, e.g., sess_…)

path
required
string

File path

Raw file bytes

Media type application/octet-stream

Invalid session ID or path points to a directory

File not found

Internal server error