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

# GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/verified-questions

`GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/verified-questions`

## Path parameters

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

## Response `200`

Success

- ApiAiAgentVerifiedQuestionsResponse
  - `results` object[], required
    - `uuid` string, required
    - `question` 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/revisions/40c933755c9a/schema)
