runs
List Run Steps
Get steps associated with a run with filtering options.
get/v1/runs/{run_id}/steps
Path parameters
run_idstring required
Query parameters
beforestring nullable
Cursor for pagination
Cursor for pagination
afterstring nullable
Cursor for pagination
Cursor for pagination
limitinteger nullable
Maximum number of messages to return
Maximum number of messages to return
order'asc' | 'desc'
Sort order for steps by creation time. 'asc' for oldest first, 'desc' for newest first
Sort order for steps by creation time. 'asc' for oldest first, 'desc' for newest first
order_by'created_at'
Field to sort by
Field to sort by
Response
Successful Response
Example response
[
{
"messages": [
{
"id": "message-123e4567-e89b-12d3-a456-426614174000"
}
]
}
]