Query parameters

  • fromnumber

    Starting offset (default: 0)

  • sizenumber

    Specifies a max number of results to get

  • index_namestring | array[string]

    A comma-separated list of connector index names to fetch connector documents for

  • connector_namestring | array[string]

    A comma-separated list of connector names to fetch connector documents for

  • service_typestring | array[string]

    A comma-separated list of connector service types to fetch connector documents for

  • A flag to indicate if the desired connector should be fetched, even if it was soft-deleted.

  • querystring

    A wildcard query string that filters connectors with matching name, description or index name

Responses

GET _connector
resp = client.connector.list()
const response = await client.connector.list();
response = client.connector.list
$resp = $client->connector()->list();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_connector"