List Steps
List steps with optional pagination and date filters.
Query parameters
Return steps before this step ID
Return steps before this step ID
Return steps after this step ID
Return steps after this step ID
Maximum number of steps to return
Maximum number of steps to return
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
Field to sort by
Field to sort by
Return steps after this ISO datetime (e.g. "2025-01-29T15:01:19-08:00")
Return steps after this ISO datetime (e.g. "2025-01-29T15:01:19-08:00")
Return steps before this ISO datetime (e.g. "2025-01-29T15:01:19-08:00")
Return steps before this ISO datetime (e.g. "2025-01-29T15:01:19-08:00")
Filter by the name of the model used for the step
Filter by the name of the model used for the step
Filter by the ID of the agent that performed the step
Filter by the ID of the agent that performed the step
Filter by trace ids returned by the server
Filter by trace ids returned by the server
Filter by feedback
Filter by feedback
Filter by whether steps have feedback (true) or not (false)
Filter by whether steps have feedback (true) or not (false)
Filter by tags
Filter by tags
Filter by the project ID that is associated with the step (cloud only).
Filter by the project ID that is associated with the step (cloud only).
Headers
Filter by project slug to associate with the group (cloud only).
Filter by project slug to associate with the group (cloud only).
Response
Successful Response
Example response
[
{
"messages": [
{
"id": "message-123e4567-e89b-12d3-a456-426614174000"
}
]
}
]