Note: This operation does not consume any account credits.
Get Queue Progress
This endpoint allows you to check the progress of a specific video generation request in the queue.Request
- Endpoint: GET /v1/queue/progress/{queueId}
- Authorization: Bearer token required
Path Parameters
| Parameter | Type | Required | Description | 
|---|---|---|---|
| queueId | string | Yes | The ID of the queue item to check. | 
Example Request
Response
A successful response will return the current status and progress of the specified queue item.Example Response
- status: Overall status of the request.
- message: Descriptive message of the result.
- details: Object containing the current status of the queue item and its progress.
Possible Error Responses
- 400: Invalid queueIdformat.
- 404: Queue item not found.
- 500: Server error.
Authorizations
Use format Bearer YOUR_API_KEY.
Path Parameters
The unique ID of the queue item to retrieve progress for

