Error
A valid request URL is required to generate request examples{
"results": {
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"artifactUuid": "<string>",
"versionNumber": 123,
"versionUuid": "<string>",
"title": "<string>",
"artifactType": "dashboard",
"threadUuid": "<string>",
"promptUuid": "<string>",
"savedQueryUuid": "<string>",
"savedDashboardUuid": "<string>",
"versionCreatedAt": "2023-11-07T05:31:56Z",
"verifiedByUserUuid": "<string>",
"verifiedAt": "2023-11-07T05:31:56Z",
"dashboardConfig": {},
"chartConfig": {}
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get apiv1projects aiagents artifacts
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
artifacts
/
{artifactUuid}
Error
A valid request URL is required to generate request examples{
"results": {
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"artifactUuid": "<string>",
"versionNumber": 123,
"versionUuid": "<string>",
"title": "<string>",
"artifactType": "dashboard",
"threadUuid": "<string>",
"promptUuid": "<string>",
"savedQueryUuid": "<string>",
"savedDashboardUuid": "<string>",
"versionCreatedAt": "2023-11-07T05:31:56Z",
"verifiedByUserUuid": "<string>",
"verifiedAt": "2023-11-07T05:31:56Z",
"dashboardConfig": {},
"chartConfig": {}
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?