Skip to main content
GET
/
runway
/
v1
/
tasks
/
{task_id}
official-format (query task)
curl --request GET \
  --url https://api.example.com/runway/v1/tasks/{task_id}
Runway’s query task.mdx for the query task API.
curl -X GET "https://gptproto.com/runway/v1/tasks/{task_id}" \
  -H "Authorization: sk-***********" \
  -H "Content-Type: application/json"
{
  "status": "success",
  "result": {}
}

Parameters

ParameterTypeRequiredDefaultDescription
Authorization (Header)string✅ Yes-Your API key in the format: sk-***********
task_id (Path)string✅ Yes-The task ID returned from the generation request