Skip to main content
GET
Get an agent run

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.

Path Parameters

id
string<uuid>
required

Response

The run.

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>
artifacts
object[]