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

# Get agent run status

`GET /runs/{runId}`

Retrieves the status and details of an agent run.
Poll this endpoint to track execution progress.

## Path parameters

- `runId` integer, required

## Response `200`

Run details

- AgentRunResponse
  - `run` object
    - `id` integer
    - `agent_id` integer
    - `agent_name` string
    - `status` 'pending' | 'running' | 'completed' | 'failed'
    - `task` string
    - `result` string
    - `error` string
    - `started_at` string, date-time
    - `completed_at` string, date-time

## Other responses

- `400` — Invalid run ID
- `401` — Unauthorized
- `404` — Run not found

---

[API](https://skmtc.dev/cloudshipai/apis/station-dynamic-agent-mcp-api.md) · [All operations](https://skmtc.dev/cloudshipai/apis/station-dynamic-agent-mcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudshipai/station-dynamic-agent-mcp-api/revisions/ebdd92944c61/schema)
