---
title: "Get run status"
method: GET
path: "/agent/v1/run/{id}/status"
tags: ["Agents"]
---

# Get run status

`GET /agent/v1/run/{id}/status`

Lightweight status poll for a run. Use /run/:id/details for the full audit trail.

## Path parameters

- `id` string, required

## Response `200`

Run status

- object
  - `id` string
  - `status` 'queued' | 'running' | 'completed' | 'failed' | 'cancelled'
  - `startedAt` string, date-time, nullable
  - `completedAt` string, date-time, nullable
  - `durationMs` integer, nullable — Elapsed time in milliseconds

## Other responses

- `400` — Missing run ID
- `401` — Invalid API key
- `403` — No agent access
- `404` — Run not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/versions/5b7e64e6d6f9/schema)
