Get an enrich policy

GET /_enrich/policy/{name}

Returns information about an enrich policy.

Path parameters

  • name string | array[string] Required

    Comma-separated list of enrich policy names used to limit the request. To return information for all enrich policies, omit this parameter.

Responses

GET /_enrich/policy/{name}
curl \
 -X GET http://api.example.com/_enrich/policy/{name}