Skip to content

`GET /api/v1/agents/{node_id}/state/operations` — list state operations for a single agent, most recent first.

GET
/api/v1/agents/{node_id}/state/operations
curl --request GET \
--url https://example.com/api/v1/agents/example/state/operations
node_id
required
string

Agent node ID

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 for the agent

Media type application/json
Example generated
example