cURL
curl --request GET \ --url https://api.presenton.ai/api/v3/async-task/status/{id} \ --header 'Authorization: <authorization>'
{ "message": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "id": "<string>", "status": "pending", "data": {}, "error": {} }
Check the status of an async task.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Bearer JWT or API Key
ID of the async task
Successful Response
pending
completed
error
Was this page helpful?