v1

latestOpenAPI 3.1.02026-07-26793302.3 KB

Runway Task Status API

Use this field according to the endpoint schema.

get/runwayml/v1/tasks/{id}

Path parameters

idstring required

Use this field according to the endpoint schema.

Headers

X-Runway-Versionstring

Use this field according to the endpoint schema.

Response

Use this field according to the endpoint schema.

idstring required

Use this field according to the endpoint schema.

status'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED' required

Use this field according to the endpoint schema.

createdAtstring

Use this field according to the endpoint schema.

outputstring[]

Use this field according to the endpoint schema.

failurestring

Use this field according to the endpoint schema.

progressnumber

Use this field according to the endpoint schema.

Example response

{
  "id": "4534fbe1-effa-4a12-b401-02923dace753",
  "status": "PENDING",
  "createdAt": "2026-04-08T11:53:00+08:00"
}