List conversation events
Authentication
JWT bearer token authentication. Obtain an access token from the Moveworks auth endpoint and include it in the Authorization header as ‘Bearer <token>’.
Path parameters
Conversation identifier. Use ”-” to read events across all conversations.
Headers
Query parameters
Exclusive lower bound. Only events after this event ID are returned. Typically the last event ID from a previous poll. A base-62 identifier prefixed by a short resource type.
Inclusive upper bound. Only events up to and including this event ID are returned. Must be greater than starting_after. A base-62 identifier prefixed by a short resource type.
Maximum number of events to return per page (1-100, default: 20).
Response headers
Deprecated. Use x-trace-id instead. A unique identifier used to trace your request within the Moveworks system.