Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"projectUuids": [
"<string>"
],
"enabled": true,
"organizationUuid": "<string>",
"routerUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get AI router config
Get the AI router configuration for the organization. Returns 404 when the router has not been configured yet — clients use this to detect first-use.
GET
/
api
/
v1
/
org
/
aiRouter
Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"projectUuids": [
"<string>"
],
"enabled": true,
"organizationUuid": "<string>",
"routerUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?