SavedQueryRestApi.get_list
catalogstringnullable
Possible values: <= 256 characters
changed_by object
first_namestringrequired
Possible values: <= 64 characters
idinteger
last_namestringrequired
Possible values: <= 64 characters
changed_onstring<date-time>nullable
changed_on_delta_humanized
created_by object
first_namestringrequired
Possible values: <= 64 characters
idinteger
last_namestringrequired
Possible values: <= 64 characters
created_onstring<date-time>nullable
database object
database_namestringrequired
Possible values: <= 250 characters
idinteger
db_idintegernullable
descriptionstringnullable
extra
idinteger
labelstringnullable
Possible values: <= 256 characters
last_run_delta_humanized
rowsintegernullable
schemastringnullable
Possible values: <= 128 characters
sqlstringnullable
sql_tables
tags object
idinteger
namestringnullable
Possible values: <= 250 characters
type
Possible values: [1, 2, 3, 4]
SavedQueryRestApi.get_list
{
"catalog": "string",
"changed_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"changed_on": "2024-07-29T15:51:28.071Z",
"created_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"created_on": "2024-07-29T15:51:28.071Z",
"database": {
"database_name": "string",
"id": 0
},
"db_id": 0,
"description": "string",
"id": 0,
"label": "string",
"rows": 0,
"schema": "string",
"sql": "string",
"tags": {
"id": 0,
"name": "string"
}
}