Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
suggestions
Error
A valid request URL is required to generate request examples
{
  "results": {
    "chips": [
      {
        "defaults": {
          "timeframe": "<string>",
          "metrics": [
            "<string>"
          ],
          "dimensions": [
            "<string>"
          ],
          "explore": "<string>"
        },
        "label": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.lightdash.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectUuid
string
required
agentUuid
string
required

Query Parameters

threadUuid
string
afterMessageUuid
string
enableSqlMode
boolean

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok