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

# List API Mappings for a Service

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

Returns a paginated collection of API mappings for the given service.

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string — The `asc` suffix is optional as the default sort order is ascending. The `desc` suffix is used to specify a descending order. Multiple sort attributes may be provided via a comma separated list. JSONPath notation may be used to specify a sub-attribute (eg: 'foo.bar desc').
- `filter` CatalogServiceApiMappingFilterParameters
  - `api_id` UuidFieldFilter — Filter using **one** of the following operators: `eq`, `oeq`, `neq`
    - `eq` string — The field exactly matches the provided value.
    - `oeq` string — The field matches any of the provided values.
    - `neq` string — The field does not match the provided value.

## Response `200`

A paginated list response for a collection of catalog service API mappings.

- object
  - `meta` PaginatedMeta, required — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required
  - `data` CatalogServiceApiMapping[], required
    - `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)
