header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/saved_query/' \
--header'Authorization: Bearer <token>'
Responses
🟢200OK
application/json
Item from Model
Body
Example
{"description_columns":{"column_name":"A Nice description for the column"},"id":"string","label_columns":{"column_name":"A Nice label for the column"},"result":{"created_by":{"first_name":"string","id":0,"last_name":"string"},"database":{"database_name":"string","id":0},"description":"string","id":0,"label":"string","schema":"string","sql":"string","sql_tables":null},"show_columns":["string"],"show_title":"Show Item Details"}