Load Connector Data
Load data from a connector into a sandbox dataframe
Authorizations
API key or JWT token
Path Parameters
Sandbox ID
Body
Connector to query
Inline SQL query to execute. Mutually exclusive with tql_path —
provide exactly one of the two (400 invalid_request otherwise).
Context Library path of a saved .tql file to run (must end in
.tql). Only files already visible to the member's roles can be
run — a path that is not visible returns 404 not_found,
indistinguishable from a path that does not exist. Mutually
exclusive with query — provide exactly one of the two
(400 invalid_request otherwise).
Parameter values passed to the saved .tql file when it is
rendered. Only used with tql_path. If rendering fails, the
request returns 400 with the renderer's message included.
Maximum number of rows to load. Only applies to the tql_path
branch; clamped to the range 1–2,000,000 (default 2,000,000).
Name for the resulting dataframe. Defaults to connector_{id} for
query, or to the .tql filename stem (e.g. revenue for
reports/revenue.tql) for tql_path.
Response
Query result loaded into dataframe