Connectors
Query Source
POST
/
api
/
v1
/
connectors
/
{id}
/
query_source
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the connector to query
Body
application/json
SQL query to be executed
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?