# Get anomaly detection job results for influencers
**POST /_ml/anomaly_detectors/{job_id}/results/influencers**
**All methods and paths for this operation:**
GET
/_ml/anomaly_detectors/{job_id}/results/influencers
POST
/_ml/anomaly_detectors/{job_id}/results/influencers
Influencers are the entities that have contributed to, or are to blame for,
the anomalies. Influencer results are available only if an
`influencer_field_name` is specified in the job configuration.
## Required authorization
* Cluster privileges: `monitor_ml`
## Servers
- http://api.example.com: http://api.example.com ()
## Authentication methods
- Api key auth
- Basic auth
- Bearer auth
## Parameters
### Path parameters
- **job_id** (string)
Identifier for the anomaly detection job.
### Query parameters
- **desc** (boolean)
If true, the results are sorted in descending order.
- **end** (string | number)
Returns influencers with timestamps earlier than this time.
The default value means it is unset and results are not limited to
specific timestamps.
- **exclude_interim** (boolean)
If true, the output excludes interim results. By default, interim results
are included.
- **influencer_score** (number)
Returns influencers with anomaly scores greater than or equal to this
value.
- **from** (number)
Skips the specified number of influencers.
- **size** (number)
Specifies the maximum number of influencers to obtain.
- **sort** (string)
Specifies the sort field for the requested influencers. By default, the
influencers are sorted by the `influencer_score` value.
- **start** (string | number)
Returns influencers with timestamps after this time. The default value
means it is unset and results are not limited to specific timestamps.
### Body: application/json (object)
- **page** (object)
Configures pagination.
This parameter has the `from` and `size` properties.
## Responses
### 200
#### Body: application/json (object)
- **count** (number)
- **influencers** (array[object])
Array of influencer objects
[Powered by Bump.sh](https://bump.sh)