API Reference
Resume a paused or failed job run
POST
/api/job-runs/{id}/resume
Resumes execution from where it left off, skipping already-completed tasks. Uses the same snapshotted YAML and pinned task versions from the parent job.
Operation IDresumeJobRun
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Resume initiated
Resume initiated
Content typeapplication/json
responseobject1 property
successbooleanError responses
400Job run cannot be resumed (wrong status)
Job run cannot be resumed (wrong status)
Content typeapplication/json
responseobject2 properties
errorstringmessagestring404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}