---
title: "Runway Task Status API"
method: GET
path: "/runwayml/v1/tasks/{id}"
---

# Runway Task Status API

`GET /runwayml/v1/tasks/{id}`

Use this field according to the endpoint schema.

## Path parameters

- `id` string, required

## Headers

- `X-Runway-Version` string

## Response `200`

Use this field according to the endpoint schema.

- object
  - `id` string, required — Use this field according to the endpoint schema.
  - `status` 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED', required — Use this field according to the endpoint schema.
  - `createdAt` string — Use this field according to the endpoint schema.
  - `output` string[] — Use this field according to the endpoint schema.
  - `failure` string — Use this field according to the endpoint schema.
  - `progress` number — Use this field according to the endpoint schema.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
