Langsung ke konten utama
GET
/
runwayml
/
v1
/
tasks
/
{id}
Poll a Runway official-format task
curl --request GET \
  --url https://api.cometapi.com/runwayml/v1/tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "d0658ae1-bbdd-4adc-aaba-fd8070e14d79",
  "status": "SUCCEEDED",
  "createdAt": "2026-05-01T12:47:47.351Z",
  "output": [
    "https://example.com/output.mp4"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Gunakan endpoint ini untuk memeriksa task Runway berdasarkan id.

Periksa field ini terlebih dahulu

  • id untuk pengenal task
  • status untuk status task saat ini
  • output untuk URL aset yang sudah selesai saat task berhasil
  • failure dan failureCode saat task gagal

Kapan menggunakannya

  • Setelah memanggil halaman pembuatan task Runway format resmi seperti text-to-image, image-to-video, video-to-video, atau upscale
  • Saat Anda membutuhkan format ini alih-alih rute feed format kompatibilitas

Perilaku retry

  • Task yang baru dibuat mungkin sesaat mengembalikan task_not_exist
  • Tunggu beberapa detik lalu coba lagi sebelum menganggap id task tidak valid
  • Setelah task terlihat, rute ini dan rute feed format kompatibilitas dapat mengembalikan respons queued atau in-progress yang sama

Otorisasi

Authorization
string
header
wajib

Bearer token authentication. Use your CometAPI key.

Header

X-Runway-Version
string

Optional Runway version header, for example 2024-11-06.

Parameter Path

id
string
wajib

Runway task id returned by the create endpoint.

Respons

200 - application/json

Current task state.

id
string
wajib

Task ID.

status
enum<string>
wajib

Task status.

Opsi yang tersedia:
PENDING,
RUNNING,
SUCCEEDED,
FAILED
createdAt
string

Task creation timestamp.

output
string[]

Output URLs returned after the task succeeds.

failure
string

Failure reason returned after the task fails.

failureCode
string

Failure code returned after the task fails.

progress
number

Task progress.