v5

latestOpenAPI 3.1.02026-08-04166362486.5 KB
data_sources
data_sources

Get a connector by ID

Get a connector by ID.

Args: data_source_id: The ID of the data source to get a connector for. connector_id: The ID of the connector to get.

Returns: The connector.

get/v1/data_sources/{data_source_id}/connectors/{connector_id}

Path parameters

data_source_idstring uuid required

The ID of the data source to get a connector for

The ID of the data source to get a connector for

connector_idstring uuid required

The ID of the connector to get

The ID of the connector to get

Response

The connector

idstring required

The ID of the connector

created_atstring date-time required

The creation time of the connector

updated_atstring date-time required

The last update time of the connector

store_idstring required

The ID of the store

data_source_idstring required

The ID of the data source

namestring

The name of the connector

{"stackTrail":"components:schemas:DataSourceConnector:properties:metadata:anyOf","oasType":"schema","type":"unknown","title":"Metadata","description":"The metadata of the connector","nullable":true}
polling_intervalstring duration required

The polling interval of the connector

started_atstring date-time nullable required

The start time of the connector

finished_atstring date-time nullable required

The finish time of the connector

last_synced_atstring date-time nullable required

The last sync time of the connector

status'idle' | 'pending' | 'in_progress' | 'cancelled' | 'completed' | 'failed' required
errorobject nullable required

The sync error of the connector

object'data_source.connector'

The type of the object