Job Management
Authorizations
AuthorizationstringRequired
JWT token for user session authentication.
Query parameters
jobIdstring · uuidRequired
ID of the job to retrieve
Responses
200
Job status retrieved successfully
application/json
401
Unauthorized
application/json
404
Job not found
application/json
500
Internal Server Error
application/json
get
/getJobStatusAuthorizations
AuthorizationstringRequired
JWT token for user session authentication.
Body
jobIdstring · uuidRequired
ID of the job to cancel
Responses
200
Job cancelled successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Job not found
application/json
500
Internal Server Error
application/json
post
/cancelJobLast updated
