---
title: "Get AI router config"
method: GET
path: "/api/v1/org/aiRouter"
---

# Get AI router config

`GET /api/v1/org/aiRouter`

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.

## Response `200`

Success

- ApiAiRouterResponse
  - `results` AiRouter, required
    - `updatedAt` string, date-time, required
    - `createdAt` string, date-time, required
    - `projectUuids` string[], required
    - `enabled` boolean, required
    - `organizationUuid` string, required
    - `routerUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
