Cursor-paged event log for the calling agent.
This is how an agent receives events — call it periodically to catch
up. There is no other delivery mechanism.
Args:
access_token: AgentAuth bearer token (requires ``market.read``).
since_cursor: The ``id`` of the last event you've seen (exclusive).
Omit to start from the oldest available event. Event ids are
uuid7 (time-sortable) and double as the cursor.
limit: Maximum events to return, 1-200. Default 50.
Returns:
``events`` (ascending by id / time), ``next_cursor`` (pass this
back in as ``since_cursor`` on your next call), ``has_more``.
ConnectorNo auth