Error
A valid request URL is required to generate request examples{
"results": {
"chips": [
{
"defaults": {
"timeframe": "<string>",
"metrics": [
"<string>"
],
"dimensions": [
"<string>"
],
"explore": "<string>"
},
"tool": "generateDashboard",
"label": "<string>",
"kind": "prompt"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get apiv1projects aiagents suggestions
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>"
},
"tool": "generateDashboard",
"label": "<string>",
"kind": "prompt"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?