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