List agent executions
List execution history for an agent with cursor pagination. Rows include finalOutput by default; pass view=compact for the lighter projection that omits it and previews long strings. Supports cross-agent subagent drill-down via parentExecutionId or executionId filters.
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
id
Query parameters
limit
cursor
includeCount
status
surfaceType
from
to
parentExecutionId
executionId
view
Response representation. full (default) preserves complete values and includes each row’s finalOutput; compact omits finalOutput and shortens every remaining string value longer than 100 characters to a 100-character preview followed by ….
Allowed values:
Response
Paginated list of agent executions
data
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error