Get Sources Connectors
List available source connector types and their configuration schemas.
Returns connector definitions grouped by display name. Each connector includes a config
array describing every configuration property - use properties where user_defined is true
to build the config object for the POST /sources and PUT /sources/{source_id} endpoints.
Pass connector_code (e.g., postgresql, mysql, mongodb) to retrieve the schema for a
single connector type. Omit it to retrieve all available connectors.
Each config property includes:
name- the dot-notation key to use in theconfigobject (e.g.,database.hostname.user.defined)description- human-readable explanationrequired- whether the property is mandatorydisplay_name- short labelvalue.control- input type (string,password,one-select, etc.)value.default- default value, if any
GET
/sources/connectorsAuthorization
AuthorizationBearer token · headerrequiredQuery parameters
connector_codestring | anyFilter by connector type identifier (e.g., 'postgresql', 'mysql', 'mongodb'). Omit to return all available connector types.
Responses
200
Successful Response
any422
Validation Error
detailValidationError[]Show propertiesHide properties
Array of
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
Array of
string | integerAny of:
string
stringinteger
integermsgstringrequiredtypestringrequiredinputanyctxobject