Task Status
Use this API endpoint to check the progress of a scheduled task through Celery. All you need is the task_id
, which you receive when you schedule the task. This allows you to monitor the status and progress of your long-running tasks.
Task Status API
POST
/getImage
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
id
string
-> The id
parameter is used to provide the unique identifier of the scheduled task you want to check the status for.
refID
string
-> The reference_id
parameter is an optional field that allows you to provide a reference ID to identify the request, if required. If you did not specify a reference_id
when passing the input parameters, there is no need to provide this parameter.
Response
Run the API
To test this API, please use the following link:
Last updated