Returns full details for a single connector by its UUID. Use this to inspect configuration (e.g. allowed_emails, inbox address for email connectors) or to check share_with_org and timestamps. Credentials and secrets are never included in the response.
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
UUID of the connector (returned when creating or listing connectors).
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
The connector object. Configuration contains type-specific data (e.g. allowed_emails, inbox address).
An ingestion source (e.g. email inbox). Returned by Create/Get/Update connector and List connectors.
Unique identifier for the connector. Use when updating, deleting, or filtering documents by connector.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
ID of the user who owns the connector.
"user_id_001"
ID of the organization the connector belongs to.
"org_id_001"
If true, all members of your organization can access the processed content. If false, only you can access the processed content.
true
Display name for the connector (e.g. for UI or admin lists).
"Broker Research - Daily Reports"
Connector type (e.g. email). Determines the configuration and how content is ingested.
email Timestamp when the connector was created.
"2026-02-11T11:01:09.574095Z"
Timestamp when the connector was last updated.
"2026-02-11T11:01:09.574102Z"
Whether the connector is archived.
false
Optional human-readable description of what the connector is used for.
"Collects daily reports from the broker's research team"
Type-specific settings (e.g. in the case of email type,allowed_emails is mandatory)