List interaction events for a lead — messages, calls, emails, tool calls, and custom events
Documentation Index
Fetch the complete documentation index at: https://docs.apten.ai/llms.txt
Use this file to discover all available pages before exploring further.
The lead (room) ID to fetch events for.
ISO 8601 timestamp. Returns events whose updatedAt is greater than or equal to this value.
Comma-separated list of event types to include. Allowed values: MESSAGE, CALL, EMAIL, TOOL_CALL, CUSTOM. Defaults to all types. When supplied, a page may return fewer than limit items even if more matching events exist — always paginate using nextToken.
"MESSAGE,CALL"
Maximum number of events to return per page. Defaults to 100, max 1000.
1 <= x <= 1000Opaque cursor from a prior response. Pass it back to fetch the next page. null in the response means you have reached the end; a non-null value means more pages exist (true regardless of how many items the current page returned).
A page of events ordered by updatedAt ascending.