# Get all connectors **GET /_connector** Get information about all connectors. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth ## Parameters ### Query parameters - **from** (number) Starting offset - **size** (number) Specifies a max number of results to get - **index_name** (string | array[string]) A comma-separated list of connector index names to fetch connector documents for - **connector_name** (string | array[string]) A comma-separated list of connector names to fetch connector documents for - **service_type** (string | array[string]) A comma-separated list of connector service types to fetch connector documents for - **include_deleted** (boolean) A flag to indicate if the desired connector should be fetched, even if it was soft-deleted. - **query** (string) A wildcard query string that filters connectors with matching name, description or index name ## Responses ### 200 #### Body: application/json (object) - **count** (number) - **results** (array[object]) [Powered by Bump.sh](https://bump.sh)