# Get model snapshots info
**POST /_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}**
**All methods and paths for this operation:**
GET
/_ml/anomaly_detectors/{job_id}/model_snapshots
POST
/_ml/anomaly_detectors/{job_id}/model_snapshots
GET
/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}
POST
/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}
## 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.
- **snapshot_id** (string)
A numerical character string that uniquely identifies the model snapshot. You can get information for multiple
snapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using `_all`,
by specifying `*` as the snapshot ID, or by omitting the snapshot ID.
### Query parameters
- **desc** (boolean)
If true, the results are sorted in descending order.
- **end** (string | number)
Returns snapshots with timestamps earlier than this time.
- **from** (number)
Skips the specified number of snapshots.
- **size** (number)
Specifies the maximum number of snapshots to obtain.
- **sort** (string)
Specifies the sort field for the requested snapshots. By default, the
snapshots are sorted by their timestamp.
- **start** (string | number)
Returns snapshots with timestamps after this time.
### Body: application/json (object)
- **desc** (boolean)
Refer to the description for the `desc` query parameter.
- **end** (string | number)
Refer to the description for the `end` query parameter.
- **page** (object)
- **sort** (string)
Refer to the description for the `sort` query parameter.
- **start** (string | number)
Refer to the description for the `start` query parameter.
## Responses
### 200
#### Body: application/json (object)
- **count** (number)
- **model_snapshots** (array[object])
[Powered by Bump.sh](https://bump.sh)