Error
A valid request URL is required to generate request examples{
"results": [
{
"committedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"selectionMode": "auto_routed",
"candidateAgentUuids": [
"<string>"
],
"reasoning": "<string>",
"confidence": "high",
"chosenAgentUuid": "<string>",
"suggestedAgentUuid": "<string>",
"prompt": "<string>",
"userUuid": "<string>",
"threadUuid": "<string>",
"routerUuid": "<string>",
"decisionUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
List router decisions
List recent routing decisions for the org’s router.
GET
/
api
/
v1
/
org
/
aiRouter
/
decisions
Error
A valid request URL is required to generate request examples{
"results": [
{
"committedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"selectionMode": "auto_routed",
"candidateAgentUuids": [
"<string>"
],
"reasoning": "<string>",
"confidence": "high",
"chosenAgentUuid": "<string>",
"suggestedAgentUuid": "<string>",
"prompt": "<string>",
"userUuid": "<string>",
"threadUuid": "<string>",
"routerUuid": "<string>",
"decisionUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?