Skip to main content
GET
/
api
/
jobs
/
{job_id}
/
artifacts
List Job Artifacts
curl --request GET \
  --url https://api.example.com/api/jobs/{job_id}/artifacts \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "type": "<string>",
      "uri": "<string>",
      "format": "<string>",
      "summary": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

Response for listing job artifacts.

items
Artifact · object[]
required