---
title: "Get Agent Run"
method: GET
path: "/v1/agent-runs/{run_id}"
tags: ["agent_runs"]
---

# Get Agent Run

`GET /v1/agent-runs/{run_id}`

Retrieve a scheduled or event-triggered agent run by ID.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- AgentRunDetail — Detailed scheduled agent run output.
  - `id` string, required
  - `title` string, nullable
  - `agent_id` string, nullable
  - `agent_workflow_id` string, nullable
  - `user_id` string, required
  - `call_id` string, nullable
  - `output_status` 'has_output' | 'no_text_output', required — Whether a run currently has final text output.
  - `output_preview` string, nullable
  - `created_at` string, nullable
  - `last_updated_at` string, nullable
  - `output` string, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Agent run not found
- `422` — Validation Error

---

[API](https://skmtc.dev/glyphic/apis/airspeed-api.md) · [All operations](https://skmtc.dev/glyphic/apis/airspeed-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/glyphic/airspeed-api/revisions/87cd819002a7/schema)
