Jobs
Delete a job
Removes the job and the chat it ran in, including any artifacts produced there.
Removes the job and the chat it ran in, including any artifacts produced there.
Authorization
api_key jobs:writeAuthorizationBearer <token>
An atk_-prefixed API key, created under Settings → API keys.
In: header
Scope: jobs:write
Path Parameters
job_id*string
Job id
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Update a job PATCH
Renames a job, edits its description, or moves it between projects. `state` is derived and cannot be set.
List a job's artifacts GET
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.