Get connector

Retrieves a Connector by slug

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

slugstringRequired
The slug of the Connector

Query parameters

auth_modestringOptional

Set to ‘runtime’ to return credential_fields instead of full auth_options.

include_tool_detailsbooleanOptional

When true, tools include input_schema, output_schema, and annotations.

Response

idstring
Unique identifier for the Connector
namestring
Name of the Connector
slugstring
Slug identifier for the Connector
descriptionstring
Description of what the Connector does
source_urlstring or null
URL to the Connector's source website
logo_urlstring
URL to the Connector's logo image
categorieslist of strings or null
Categories this connector belongs to
auth_optionslist of objectsRead-only
Authentication options available for this connector
toolslist of objectsRead-only

List of available tools for this connector. By default each tool includes only name, description, and credit_type; pass include_tool_details=true on the detail endpoint to also include input_schema, output_schema, annotations, scopes, and endpoints.