NEST by Elastic and contributors

<PackageReference Include="NEST" Version="6.8.6" />

.NET API 5,340,160 bytes

 GetModelSnapshotsRequest

public class GetModelSnapshotsRequest : PlainRequestBase<GetModelSnapshotsRequestParameters>, IGetModelSnapshotsRequest, IRequest<GetModelSnapshotsRequestParameters>, IRequest
Request parameters for XpackMlGetModelSnapshots http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html
public bool? Descending { get; set; }

If true, the results are sorted in descending order.

public DateTimeOffset? End { get; set; }

Returns snapshots with timestamps earlier than this time.

public IPage Page { get; set; }

Specifies pagination for the snapshots.

protected IGetModelSnapshotsRequest Self { get; }

public Field Sort { get; set; }

Specifies the sort field for the requested snapshots. By default, snapshots are sorted by their timestamp.

public DateTimeOffset? Start { get; set; }

Returns snapshots with timestamps after this time.

public GetModelSnapshotsRequest(Id job_id, Id snapshot_id)

/_xpack/ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}

/_xpack/ml/anomaly_detectors/{job_id}/model_snapshots