Connectors
Get Connector Provider
Get a connector provider’s indexed fields, query filters, and credential requirements.
GET
Call
The response identifies the provider’s indexed streams, searchable values, exact-match filters, and credential JSON Schema.
For Gmail, use
GET /connectors/providers?id={provider} with a provider identifier returned by List Connector Providers.
Each
searchable_fields and filterable_fields entry includes name, data_type, and an optional description; filterable entries also include filter_key.
Search queries run over the combined indexed document text. To target a specific field, use a value from
filterable_fields with metadata_filters.Filtering by a provider field
account_email (additional_metadata.account_email) rather than provider_account_scope to scope results to a connected account.