---
title: "Get a run"
method: GET
path: "/runs/user/{runID}"
tags: ["Runs"]
---

# Get a run

`GET /runs/user/{runID}`

Returns one run by ID, scoped to the caller's organization.

## Path parameters

- `runID` string, required — run identifier

## Response `200`

OK

- RunRunResponse
  - `cancelled_at` string, date-time
  - `completed_at` string, date-time
  - `create_date` string, date-time, required
  - `error_message` string
  - `id` string, required
  - `logs` string
  - `phone_id` string
  - `run_metadata` object
  - `schedule_timeout_seconds` integer
  - `session_id` string
  - `started_at` string, date-time
  - `status` string, required
  - `success` boolean
  - `trace_expired_at` string, date-time
  - `trigger` string, required
  - `update_date` string, date-time, required
  - `user_id` string, required
  - `variables` object
  - `video_url` string
  - `workflow_id` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.net/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/versions/d7ecf9466d6d/schema)
