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

# Get v2 run status

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

Lightweight status poll for a v2 run including neutral runtime metadata.

## Path parameters

- `id` string, required

## Response `200`

Run status

- object
  - `id` string
  - `status` 'queued' | 'running' | 'completed' | 'failed' | 'cancelled'
  - `provider` string, nullable
  - `runtimeId` string, nullable
  - `runtimeState` string, nullable
  - `startedAt` string, date-time, nullable
  - `completedAt` string, date-time, nullable
  - `durationMs` integer, nullable

## Other responses

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

## Changes

- **2026-03-27** `220d723a75ba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casemark/apis/case-dev-api/changes/agent/v2/run/:id/status/get.md)

---

[API](https://skmtc.dev/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.dev/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/2a016c5bb11e/schema)
