---
title: "Get Run Status"
method: GET
path: "/api/agents/runs/{job_id}"
tags: ["Agents"]
---

# Get Run Status

`GET /api/agents/runs/{job_id}`

## Path parameters

- `job_id` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- RunStatusResponse
  - `job_id` string, required
  - `status` string, required
  - `result` object, nullable
  - `error` string, nullable
  - `trajectory_url` string, nullable
  - `steps` unknown[], nullable
    - unknown
  - `messages` unknown[], nullable
    - unknown
  - `duration_ms` integer, nullable
  - `progress_percent` integer, nullable

## Other responses

- `422` — Validation Error

---

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