# Data Access

This guide covers the supported ways to read operational and analytics data from Amigo without running any infrastructure yourself. You have two primary options. The SQL API is serverless, read-only, and suits programmatic access or light integrations. Delta Sharing offers governed, read-only access to curated tables directly from your warehouse or lakehouse.

{% hint style="info" %}
**Classic API data access.** SQL API and Delta Sharing provide access to Classic API organization tables. Platform API data is accessed through the [World Model](/developer-guide/platform-api/platform-api/data-world-model.md).
{% endhint %}

{% hint style="info" %}
Beta status and access

* SQL API is currently in beta.
* Delta Sharing is currently in beta.
* JDBC/ODBC connectivity is in private preview for select customers.

To request access, message your Amigo representative via Slack and include your organization ID, region, and the capabilities you need. If you plan to connect BI tools or data pipelines via standard drivers, also request JDBC/ODBC access.
{% endhint %}

## Sections

{% content-ref url="/pages/C5ZpJH7wtGlEUuNw6GEx" %}
[SQL API (Serverless)](/developer-guide/classic-api/data-access/sql-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/fT176DJr06djG28zrlHF" %}
[Delta Sharing](/developer-guide/classic-api/data-access/delta-sharing.md)
{% endcontent-ref %}

{% content-ref url="/pages/mr63wvQ5AGunpQTk7imH" %}
[Organization Tables & Schemas](/developer-guide/classic-api/data-access/organization-tables.md)
{% endcontent-ref %}

## Choosing the Right Path

{% hint style="success" %}
**Decision Guide**

* **SQL API**: ad-hoc lookups, lightweight integrations, or quick operational checks over HTTPS.
* **Delta Sharing**: ongoing data access for BI and analytics, ELT/ETL pipelines, or large extracts.
  {% endhint %}

{% @mermaid/diagram content="%%{init: {"flowchart": {"useMaxWidth": true, "nodeSpacing": 20, "rankSpacing": 30}, "theme": "base", "themeVariables": {"primaryColor": "#D4E2E7", "primaryTextColor": "#100F0F", "primaryBorderColor": "#083241", "lineColor": "#575452", "textColor": "#100F0F", "clusterBkg": "#F1EAE7", "clusterBorder": "#D7D2D0"}}}%%
flowchart TB
A(\[Start]) --> B{Primary need?}
B -- Ad-hoc queries/API --> C\[SQL API]
B -- BI/ELT pipelines --> D\[Delta Sharing]
B -- Both --> E\[Combine: SQL API +<br/>Delta Sharing]" %}

## Getting Access

{% hint style="info" %}
**Request Access**

To enable either capability for your organization, contact your Amigo representative and include:

* Your organization ID and region.
* Which options you need: SQL API, Delta Sharing, and/or JDBC/ODBC.
* Required tables and schemas, plus any security constraints (IP allowlists, service accounts).

Amigo will provide the exact endpoints, credentials, and any driver or profile files you need for your tenant.
{% endhint %}

## See Also

* [Getting Started → Authentication](/developer-guide/getting-started/authentication.md)
* [Getting Started → Regions & Endpoints](/developer-guide/getting-started/regions-and-endpoints.md)
* [Core API → Conversations → Conversation History](/developer-guide/classic-api/core-api/conversations/conversation-history.md)


---

# 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.amigo.ai/developer-guide/classic-api/data-access.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.
