Skip to main content
GET
Retrieves a list of data products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Retrieved views successfully.

name
string
required

Name of the view.

role_name
string
required

Role associated with this view.

query
string
required

SQL query or definition of the view.

id
string<uuid> | null

Unique ID of the view.

is_view
boolean
default:true

Flag indicating if this record is a view.

created_at
string<date-time>

The view creation timestamp.

created_by
string | null

The view creator's email address or identifier.

external_id
string | null

Optional external identifier for the view.