GET
/
task
/
job-status
/
{job_name}
curl --request GET \
  --url https://engine.remyx.ai/api/v1.0/task/job-status/{job_name} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_name
string
required

Name of the job to check

Response

200
application/json
Successful response
status
string
message
string