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.
Inclusive upper bound. Only events up to and including this event ID are returned. Must be greater than start_event_id.
Maximum number of events to return per page (1-100, default: 20).