f0f28319e448
Get tool invocations
Retrieve tool invocations under the specified filters.
Permissions
This endpoint may require the following permission:
- Conversation:GetInteractionInsights for ToolInvocations from a regular conversation.
- Simulation:GetSimulationUnitTestSetRun for ToolInvocations from a simulation conversation.
Path parameters
Query parameters
The IDs of the tools to get invocations for.
The IDs of the tools to get invocations for.
A list of semver constraints that specifies the versions to retrieve in the Python packaging specification. This must be the exact same length as tool_id, and each entry corresponds to the tool ID at the same index.
A list of semver constraints that specifies the versions to retrieve in the Python packaging specification. This must be the exact same length as tool_id, and each entry corresponds to the tool ID at the same index.
The source types of the invocations.
The source types of the invocations.
The conversation IDs associated with the invocations if they are of invocation source regular-conversation.
The conversation IDs associated with the invocations if they are of invocation source regular-conversation.
The simulation unit test set run IDs associated with the invocations if they are of invocation source simulation-conversation.
The simulation unit test set run IDs associated with the invocations if they are of invocation source simulation-conversation.
Whether the invocation succeeded.
Whether the invocation succeeded.
The maximum number of tool invocations to retrieve.
The maximum number of tool invocations to retrieve.
The token from the previous request to return the next page of tool invocations.
The token from the previous request to return the next page of tool invocations.
The fields to sort the sets by. Supported fields are created_at, version.major, version.minor, version.patch, tool_id, invocation_source.type, and invocation_status.succeeded. Specify a + before the field name to indicate ascending sorting and - for descending sorting. Multiple fields can be specified to break ties.
The fields to sort the sets by. Supported fields are created_at, version.major, version.minor, version.patch, tool_id, invocation_source.type, and invocation_status.succeeded. Specify a + before the field name to indicate ascending sorting and - for descending sorting. Multiple fields can be specified to break ties.
Headers
The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.
The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.
Response
Succeeded.