List response messages

View as Markdown

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_idstringRequiredformat: "^conv_[0-9A-HJKMNP-TV-Z]{26}$"

Unique conversation identifier (format: conv_<ulid>)

response_idstringRequiredformat: "^resp_[0-9A-HJKMNP-TV-Z]{26}$"

Unique response identifier (format: resp_<ulid>)

Headers

Assistant-NamestringRequired
The Moveworks assistant identifier that was configured for your organization.

Response

List of messages for this response
messageslist of objects

Errors