---
title: "Retrieve service by ID"
method: GET
path: "/services/{service_id}"
tags: ["Services"]
---

# Retrieve service by ID

`GET /services/{service_id}`

## Path parameters

- `service_id` integer, required — Service identifier. See [Services](#tags/Services) for more details.

## Response `200`

successful operation

- Service
  - `id` integer, required — Service identifier. See [Services](#tags/Services) for more details.
  - `name` string, required
  - `subservices` Subservice[], nullable, required
    - `id` integer, required — Sub-service identifier. See [Services](#tags/Services) for more details.
    - `name` string, required

## Other responses

- `404` — Service not found
- `default` — default error response

---

[API](https://skmtc.dev/dtone/apis/digital-value-services-api.md) · [All operations](https://skmtc.dev/dtone/apis/digital-value-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dtone/digital-value-services-api/revisions/41b676566ef8/schema)
