GET
/
v1
/
tasks
/
runs
/
{run_id}
curl --request GET \
  --url https://api.parallel.ai/v1/tasks/runs/{run_id} \
  --header 'x-api-key: <api-key>'
{
  "run_id": "trun_9907962f83aa4d9d98fd7f4bf745d654",
  "status": "running",
  "is_active": true,
  "processor": "core",
  "metadata": {
    "my_key": "my_value"
  },
  "created_at": "2025-04-23T20:21:48.037943Z",
  "modified_at": "2025-04-23T20:21:48.037943Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

run_id
string
required

Response

200
application/json

Successful Response

Status of a task run.