latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

Serverless Jobs

Get job deployment status

get/v1/job-deployments/{jobName}/status

Path parameters

jobNamestring required
Example:my-job

Name of the job

Response

status'paused' | 'terminating' | 'running' | 'ready' required

Status of the job deployment

Example response

{
  "status": "ready"
}