Compatibility Format
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.
POST
Poll a Runway compatibility-format task
Use this endpoint after you create a Runway compatibility-format task. It is the main polling step for
/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
Start with a compatibility-format Runway page such as Generate, Image-to-Video, Video to Video Style Redraw, or Act-one Expression Migration.
Retry once if the task is not visible yet
Fresh task ids can briefly return
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
application/json
Runway task id returned by the create endpoint.
Response
200 - application/json
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.