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>"
      }
    ]
  }
}

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