Jobs
Resume Job
Resume a paused or interrupted job
POST
Requires version 1.1.5 or later of the Archetype platform.
Overview
This endpoint resumes a job identified by its job ID. Per the job status lifecycle, a job in thePAUSED or INTERRUPTED state transitions back to PENDING when resumed.
On success the endpoint returns the job ID and its new status.
Request
string
required
Job identifier. A TypeID-encoded identifier with the
job_ prefix.Response
On success, returns the resumed job record.string
The identifier of the resumed job (a TypeID-encoded
JobId).string
The job’s status after the transition:
PENDING.