For the complete documentation index, see llms.txt. This page is also available as Markdown.

Metadata

Teleskope's Metadata API surfaces classification records for each of your connected data stores. Use these endpoints to programmatically retrieve data element classifications, user permissions, and resource inventories across all enrolled connectors.

All Metadata API requests require an X-API-KEY header for authentication.

Supported Connectors

Provider
Endpoints

AWS

RDS, S3, Redshift, DynamoDB, Users

GCP

Cloud SQL, BigQuery, Cloud Storage, Users

Azure

SQL, Blob Storage

Snowflake

Metadata, Users

Common Parameters

All metadata endpoints support the following query parameters:

Parameter
Type
Description

limit

integer

Maximum number of records to return per page (default: 100)

page

integer

Page number for pagination (default: 1)

data_element_categories

string

Filter by data element category

data_elements

string

Filter by specific data elements

Each connector may support additional connector-specific filter parameters documented on the individual endpoint pages.

Last updated

Was this helpful?