cURL
curl --request GET \ --url https://engine.remyx.ai/api/v1.0/task/job-status/{job_name} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>" }
Get the status of a specific job by job name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the job to check
Successful response
The response is of type object.
object