List managed agent runs
List the durable per-turn run summaries for a saved Claude Managed agent, newest first, optionally scoped to one conversation. Each row is written when a managed turn settles. Auth: agent ownership + AGENTS:READ (the same trust level as the events reconnect route).
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
id
Query parameters
conversationId
Scope to a single conversation key.
limit
Max rows to return (default 50, capped at 200).
Response
The agent run summaries
runs
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error