---
title: "Get"
method: GET
path: "/services/{service_id}"
---

# Get

`GET /services/{service_id}`

## Path parameters

- `service_id` string, required

## Response `200`

Successful Response

- GetServiceResponse — GetServiceResponse is the public-facing API object for getting a service map node.
  - `service` Service, required — Service is the public-facing API object for a service map node.
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required

## Other responses

- `422` — Validation Error

---

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