List conversations
Retrieves a paginated list of conversations in descending order by updated_at time (last accessed first). Only unarchived conversations are retrieved by default.
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>’.
Headers
Assistant-Name
The Moveworks assistant identifier that was configured for your organization.
Query parameters
cursor
Opaque cursor for pagination (obtained from previous response)
limit
Maximum number of conversations to return (1-100)
archived
Filter by archived status
Response headers
x-moveworks-root-uuid
A unique identifier used to trace your request within the Moveworks system
Response
List of conversations
conversations
Array of conversations
metadata
Metadata (pagination)
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error