List response messages
Retrieves all messages associated with a specific response (both the user’s input message and all assistant reply messages).
Authentication
AuthorizationBearer
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_id
Unique conversation identifier (format: conv_<ulid>)
response_id
Unique response identifier (format: resp_<ulid>)
Headers
Assistant-Name
The Moveworks assistant identifier that was configured for your organization.
Response
List of messages for this response
messages