Get Task Status
Use CometAPI feed-get task API (POST /runway/feed) to fetch Runway video generation feed tasks with X-Runway-Version support for versioned results.
Use this endpoint after you create a Runway compatibility-format task. It is the main polling step forDocumentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
/runway/pro/* workflows.
Check these fields first
task_idfor the task identifierstatusandprogressfor task progressresult_url,video_url, or related output fields when the task completesfail_reasonwhen the task fails
Polling pattern
Create the compatibility-format task first
Retry once if the task is not visible yet
task_not_exist. If that happens, wait a few seconds and poll again.Authorizations
Bearer token authentication. Use your CometAPI key.
Headers
Optional Runway version header, for example 2024-11-06.
Body
Runway task id returned by the create endpoint.
Response
Current task state.
Task ID returned by the create endpoint.
Task action.
Task status.
Failure reason, when available.
Result URL, when available.
Task submission timestamp.
Task start timestamp.
Task finish timestamp.
Task progress.
Task metadata.