---
title: "Get a Service"
method: GET
path: "/v1/catalog-services/{id}"
tags: ["Catalog Services"]
---

# Get a Service

`GET /v1/catalog-services/{id}`

Fetches a service.

## Response `200`

A response containing a single service object.

- CatalogService — The service object contains information about a Service Catalog service.
  - `id` string, uuid, required — The service ID.
  - `name` string, required — The machine name of the Service that uniquely identifies it within the catalog.
  - `display_name` string, required — The display name of the Service.
  - `description` string, nullable, required — Optionally provide a description of the Service.
  - `custom_fields` CustomFields, required — Map of customizable, catalog-defined fields providing information about a service.
  - `labels` Labels, required — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
