GET /files/{file_id}

Return one file's metadata and download link.

MethodPath
GET/v1/files/{file_id}

Includes the gated dashboard URL and a short-lived presigned `download_url`. To fetch the bytes locally, call this and then GET download_url immediately — the JSON API never carries the file. The CLI's `agent file get` wraps exactly that two-step.

Path parameters

file_idstringrequired
curl "https://api.ellipsis.dev/v1/files/{file_id}" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"download_url": "string",
"url": "string"
}

On this page

No Headings
Schedule a demo