Skip to content

`GET /api/v1/state/operations` — list state operations across all agents, most recent first.

GET
/api/v1/state/operations
curl --request GET \
--url https://example.com/api/v1/state/operations
limit
integer

Maximum number of operations to return in a single page.

offset
integer

Zero-based offset into the most-recent-first ordering. Combine with limit to page through history.

Paged state operations across all agents

Media type application/json
Example generated
example