Returns system-initiated messages (async responses and proactive notifications) for a conversation. Only final messages are returned, not transient or reasoning messages.
Use conversation_id = "-" to query across all conversations. This is useful for reconciliation after receiving a webhook event, to fetch the full set of messages that may have been missed.
Results are ordered chronologically. Use starting_after and ending_at to define a time range based on previously seen event IDs.
JWT bearer token authentication. Obtain an access token from the Moveworks auth endpoint and include it in the Authorization header as ‘Bearer <token>’.
Conversation identifier. Use ”-” to read events across all conversations.
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).