List Steps

GET
/v1/steps

List steps with optional pagination and date filters. Dates should be provided in ISO 8601 format (e.g. 2025-01-29T15:01:19-08:00)

Query parameters

beforestringOptional

Return steps before this step ID

afterstringOptional

Return steps after this step ID

limitintegerOptional

Maximum number of steps to return

orderstringOptional

Sort order (asc or desc)

start_datestringOptional

Return steps after this ISO datetime (e.g. “2025-01-29T15:01:19-08:00”)

end_datestringOptional

Return steps before this ISO datetime (e.g. “2025-01-29T15:01:19-08:00”)

modelstringOptional

Filter by the name of the model used for the step

agent_idstringOptional

Filter by the ID of the agent that performed the step

Response

Successful Response

list of objects or null

Errors

Built with