List conversations
Retrieve all conversations occurring with the Moveworks AI Assistant.
Authentication
Authorizationstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
$filter
Filter conversations by a condition. This API supports the standard odata query language on all string and integer attributes
$select
Select which properties to include in the response for the conversations.
$orderby
Order conversations by specific fields.
$top
Specify the number of conversations results to return.
$skip
Skip the first n conversations results.
Response
Successfully retrieved list of conversations
@odata.context
URL to the metadata of the response.
@odata.nextLink
URL to fetch the next set of results.
value
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error