List conversations

View as Markdown

Retrieves a paginated list of conversations in descending order by updated_at time (last accessed 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>’.

Headers

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

Query parameters

cursorstringOptional

Opaque cursor for pagination (obtained from previous response)

limitintegerOptional1-100Defaults to 20

Maximum number of conversations to return (1-100)

archivedbooleanOptional
Filter by archived status

Response

List of conversations
conversationslist of objects
metadataobject or null

Errors