Skip to main content
GET
List agent runs

Authorizations

Authorization
string
header
required

A ManyPI API key (mpi_...) from Settings → API keys, or an OAuth 2.1 access token obtained through the MCP consent flow.

Query Parameters

conversation_id
string<uuid>
brand
string
limit
integer
default:20
Required range: x <= 100

Response

Runs.

id
string<uuid>
conversation_id
string<uuid> | null
goal
string
status
enum<string>
Available options:
queued,
planning,
running,
paused,
completed,
failed,
cancelled
result_summary
string | null

The result — or, while paused, the agent's question to you.

tokens_used
integer | null
started_at
string<date-time> | null
finished_at
string<date-time> | null
created_at
string<date-time>