cURL
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": {} } ] }
List job artifacts (batch outputs from job_result_artifacts table).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for listing job artifacts.
Show child attributes
Was this page helpful?