Operation history
GET /api/v1/operations returns:
nextCursor as the URL-encoded cursor query parameter for the next page. Treat it as opaque.
storeOperation idempotent by operation ID. New operations can arrive during pagination; restart from the first page during the next synchronization pass.
Other list endpoints currently return their documented data array without this cursor contract. Do not send invented page, limit, or offset parameters.