List plugins calls
Retrieve all plugins that were called by the Moveworks AI Assistant during an interaction.
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 plugin calls 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 plugins.
$orderby
Order plugins calls by specific fields.
$top
Specify the number of plugin calls results to return.
$skip
Skip the first n plugin calls results.
Response
Successfully retrieved list of plugins calls
@odata.context
URL to the metadata of the response.
@odata.nextLink
URL to fetch the next set of results.
value