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

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

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

## Path parameters

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

## Query parameters

- `threadUuid` string
- `afterMessageUuid` string
- `enableSqlMode` boolean

## Response `200`

Success

- ApiAgentSuggestionsResponse
  - `results` object, required
    - `chips` AgentSuggestion[], required
      - union
        - AgentSuggestionPromptChip
          - `defaults` object, required
            - `timeframe` string, nullable, required
            - `metrics` string[], required
            - `dimensions` string[], required
            - `explore` string, nullable, required
          - `tool` 'generateDashboard' | 'generateVisualization' | 'runSql' | 'findContent', required
          - `label` string, required
          - `kind` 'prompt', required
        - AgentSuggestionNavigateChip
          - `url` string, required
          - `label` string, required
          - `kind` 'navigate', 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)
