Skip to main content
POST
LoadConnectorData
v2 available: See POST /v2/sandcastles//query for the REST-native version of this endpoint.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Connect-Protocol-Version
enum<number>
required

Define the version of the Connect protocol

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json
sandboxId
string
required
connectorId
integer<int32>
required
query
string
required

SQL query to execute against the connector

dataframeName
string | null

Optional name for the resulting DataFrame. Auto-generated if not provided.

Response

Success

dataframeName
string
numRows
integer<int64>
numCols
integer<int64>
preview
string

Text preview of the loaded data