Jobs

Retrieve a list of all pending/queued/running/failed/cancelled jobs

get
Responses
200

Success

application/json
get
/jobs
200

Success

Retrieve information for specific job_id

get
Path parameters
job_idintegerRequired

job_id to query

Responses
200

Success

application/json
get
/jobs/{job_id}

Cancel job or remove failed/successful/cancelled job from journal

delete
Path parameters
job_idintegerRequired

job_id to query

Responses
200

Success

No content

delete
/jobs/{job_id}

No content

Last updated

Was this helpful?