Skip to main content
GET
/
api
/
v1
/
runs
/
{id}
/
files-zip
Download run output files zip
curl --request GET \
  --url https://app.eigenpal.com/api/v1/runs/{id}/files-zip \
  --header 'Authorization: Bearer <token>'
{
  "issues": [
    {
      "field": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ],
  "requestId": "<string>",
  "hint": "<string>",
  "docsUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Query Parameters

files
string
token
string

Response

Output files zip