---
title: "Get API Mapping for a Service"
method: GET
path: "/v1/catalog-services/{serviceId}/api-mappings/{mappingId}"
tags: ["Catalog Service API Mappings"]
---

# Get API Mapping for a Service

`GET /v1/catalog-services/{serviceId}/api-mappings/{mappingId}`

Returns information about a specific API mapping for the given service.

## Response `200`

A response containing a single catalog service API mapping.

- CatalogServiceApiMapping — Represents an API mapping associated with a service in the catalog.
  - `id` string, uuid, required — The mapping ID.
  - `service_id` string, uuid, required — The ID of the service.
  - `api_id` string, uuid, required — The ID of the API.
  - `created_at` string, date-time, required — Creation timestamp.
  - `updated_at` string, date-time, required — Last update timestamp.

## Other responses

- `400` — Bad Request
- `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)
