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
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
id | string | -> The |
refID | string | -> The |
Response
Run the API
To test this API, please use the following link:
Last updated