v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Tasks

Get Task Generation Status

Returns the current status of asynchronous task generation. Poll this endpoint after generating a task until status is ready or failed.

get/v2/tasks/{taskId}/generation-status

Path parameters

taskIdstring required

The ID of the task (from the generate response)

Response

Current generation status

idstring required

The task ID

status'generating' | 'ready' | 'failed' required

Whether the task is still generating, ready to run, or failed.

project_statestring

Optional internal project state

errorstring

Error message when status is failed