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 3 years ago