cURL
curl --request POST \ --url https://app.textql.com/v1/connectors \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "connectors": [ { "athenaMetadata": { "region": "<string>", "database": "<string>", "workgroup": "<string>", "s3OutputLocation": "<string>", "athenaAuth": { "accessKey": { "accessKeyId": "<string>", "secretAccessKey": "<string>" } } }, "id": 123, "name": "<string>", "connectorType": "CONNECTOR_TYPE_UNSPECIFIED", "memberId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "lastSynced": "2023-11-07T05:31:56Z", "isExample": true } ] }
Retrieve all connectors for your organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Empty for now - uses org from API key auth
Success
Show child attributes
CONNECTOR_TYPE_UNSPECIFIED
REDSHIFT
SNOWFLAKE
BIGQUERY
AZURE_SYNAPSE
AURORA
TABLEAU
DATABRICKS
SUPABASE
POSTGRES
MOTHERDUCK
CLICKHOUSE
MYSQL
ATHENA
GOOGLE_DRIVE
POWERBI
SQL_SERVER
RFC 3339 timestamp format (e.g., "2024-12-25T12:00:00Z")