Task Status
Last updated
Last updated
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.
POST
/getImage
Headers
Name | Value |
---|---|
Body
Name | Type | Description |
---|---|---|
Response
To test this API, please use the following link:
Content-Type
application/json
Authorization
Bearer <token>
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.