Skip to main content

Get Connector Handler

GET 

/v1/connector/:connector_id

Get a specific connector by ID.

Request

Path Parameters

    connector_id Connector Idrequired

Responses

Successful Response

Schema

    id Id (string)required
    connector_name Connector Name (string)required

    metadata

    object

    anyOf

    property name* any

    creation_params

    object

    required

    property name* any

    secrets

    object

    anyOf

    string

    created_timestamp Created Timestamp (string)required

    datasets

    object

    required

    data string[]required

    user_id

    object

    anyOf

    string

Loading...