---
title: "Get service verification results for a snapshot"
method: GET
path: "/v1/snapshot/{snapshot_id}/service-verification"
tags: ["Snapshots"]
---

# Get service verification results for a snapshot

`GET /v1/snapshot/{snapshot_id}/service-verification`

## Path parameters

- `snapshot_id` string, required — ID of a snapshot

## Response `200`

OK

- object — Service verification results for a snapshot
  - `services` ServiceVerificationResult[], required — Per-service verification results.
    - `name` string, required — Internal name of the Windows service.
    - `service_id` string, required — Unique identifier of the service.
    - `state` string, required — State of the service at verification time.
  - `status` string, required — Overall service verification status.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/slide/apis/slide-api.md) · [All operations](https://skmtc.net/slide/apis/slide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slide/slide-api/revisions/c63e4b604dd1/schema)
