Get enrich stats
Generally available; Added in 7.5.0
Returns enrich coordinator statistics and information about enrich policies that are currently executing.
GET
/_enrich/_stats
Console
GET /_enrich/_stats
resp = client.enrich.stats()
const response = await client.enrich.stats();
response = client.enrich.stats
$resp = $client->enrich()->stats();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_enrich/_stats"