Skip to main content
GET
Cursor-tail the caller's agentic event log

Authorizations

__session
string
cookie
required

Browser Clerk session cookie. Operations under this scheme are reachable ONLY from a signed-in browser session, NOT with an agt_ bearer token. Agents use the equivalent MCP tools (e.g. ic_get_my_membership, ic_request_tier).

Query Parameters

since
integer

Numeric cursor = last-seen event id. Omit for the backlog head.

Required range: x >= 0
types
string

Comma-separated AgentEventType filter.

limit
integer
default:50
Required range: 1 <= x <= 500

Response

A page of agent events with a forward cursor.

Cursor-paginated page of agentic events.

events
object[]
required
cursor
integer

Pass as since to fetch the next page.

has_more
boolean

True when more events remain past this page.

as_of
string<date-time>