Skip to main content

Get task's status and progress

Endpoint URL

GET /api/v2/tasks/:id

Get task's status and progress

Retrieves the current status and progress of a background process task. To successfully fetch task details, include the task’s unique ID as a path parameter in the request URL. If the request is valid and the task exists, the API returns information about the task’s execution status and completion progress. This endpoint is typically used to monitor long-running or asynchronous operations.

Request