# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.teleskope.ai/the-platform/api-service/metadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
