Error
A valid request URL is required to generate request examples{
"results": {
"sources": [
{
"description": "<string>",
"label": "<string>",
"sourceType": "semanticLayer"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
List query sources
Lists the query sources registered for this deployment. Every source supports the same operations: scan its schema, and submit queries that return a queryUuid whose results are fetched with the standard async query results endpoint. Requires the multi-source-query feature flag.
GET
/
api
/
v2
/
projects
/
{projectUuid}
/
query-sources
Error
A valid request URL is required to generate request examples{
"results": {
"sources": [
{
"description": "<string>",
"label": "<string>",
"sourceType": "semanticLayer"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?