List conversation messages

View as Markdown

Retrieves all messages (both user and assistant) in a conversation in descending order by creation time (most recent first).

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>)

Headers

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

Query parameters

cursorstringOptional
Opaque cursor for pagination
limitintegerOptional1-100Defaults to 50

Maximum number of messages to return (1-100)

Response

List of messages
messageslist of objects
metadataobject or null

Errors