---
title: "List Agent Runs"
method: GET
path: "/api/v1/agents/{agent_id}/runs"
tags: ["agents"]
---

# List Agent Runs

`GET /api/v1/agents/{agent_id}/runs`

Read past runs of an agent (newest first), with filters. Lets a running
agent inspect old inputs/outputs. Authorized against the agent's workspace;
workspace_id is derived from the agent (no header).

## Path parameters

- `agent_id` string, required

## Query parameters

- `status` string, nullable
- `since` string, nullable
- `until` string, nullable
- `trigger_source` string, nullable
- `include_output` boolean
- `limit` integer

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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