---
title: "GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/models"
method: GET
path: "/api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/models"
---

# GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/models

`GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/models`

## Path parameters

- `projectUuid` string, required
- `agentUuid` string, required

## Response `200`

Success

- ApiAiAgentModelOptionsResponse
  - `results` AiModelOption[], required
    - `supportsReasoning` boolean, required
    - `default` boolean, required
    - `provider` string, required
    - `description` string, required
    - `displayName` string, required
    - `name` 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)
