Skip to main content
GET
Describe a datasource

Authorizations

Authorization
string
header
required

An API key (sk_live_...) created under Settings → API keys, or a short-lived JWT access token from a browser session. A key only reaches the scope it was granted; see API keys and scopes.

Path Parameters

teamId
string
required
id
string
required

Datasource id from GET /teams/{teamId}/datasources.

Query Parameters

full
enum<string>

Pass 1 for the full introspected schema instead of the exposed subset. Requires a manage-level team role.

Available options:
1

Response

The exposed subset (default), or the full introspected schema when full=1.

id
string
required
name
string
required
type
enum<string>
required
Available options:
POSTGRES,
MONGODB,
BIGQUERY
vocabulary
object
required

What this source calls its own concepts — write a query using these words, not "schema"/"table" by default.

tables
object[]
required
schemaCapturedAt
string<date-time> | null
profileCapturedAt
string<date-time> | null