Task Status
API Endpoint for checking the status of a task
Check the status of a background task via API.
GET /api/v1/tasks/:id/
Response
{
"id": ":task_id",
"status": "running|error|success",
}
Last updated
Was this helpful?
API Endpoint for checking the status of a task
Check the status of a background task via API.
GET /api/v1/tasks/:id/
{
"id": ":task_id",
"status": "running|error|success",
}
Last updated
Was this helpful?