Jobs
List a job's artifacts
Everything the agent produced while working this job, every revision included. Covers the job's own chat only — work it delegated to sub-agents is not scanned.
Everything the agent produced while working this job, every revision included. Covers the job's own chat only — work it delegated to sub-agents is not scanned.
Authorization
api_key jobs:read, artifacts:readAuthorizationBearer <token>
An atk_-prefixed API key, created under Settings → API keys.
In: header
Scope: jobs:read, artifacts:read
Path Parameters
job_id*string
Job id
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08/artifacts"[ { "artifact_key": "string", "changelog": "string", "content_type": "string", "created_at": "2019-08-24T14:15:22Z", "filename": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "kind": "string", "session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82", "size_bytes": 0, "version": 0 }]