Skip to main content
GET
Call GET /connectors/providers?id={provider} with a provider identifier returned by List Connector Providers.
The response identifies the provider’s indexed streams, searchable values, exact-match filters, and credential JSON Schema.
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
For Gmail, use account_email (additional_metadata.account_email) rather than provider_account_scope to scope results to a connected account.

Query Parameters

id
string

Provider name (e.g. slack, gmail). Omit to list all.

Example:

"HydraDoc1234"

Response

OK

{key}
any