---
title: "List mappings"
method: GET
path: "/mappings"
tags: ["Mappings"]
---

# List mappings

`GET /mappings`

## Query parameters

- `page[limit]` integer
- `page[cursor]` string
- `sort` string
- `filter[profile]` string
- `filter[hepid]` integer
- `filter[hep_alias]` string

## Response `200`

Mappings

- MappingListResponse
  - `data` object
    - `items` MappingSchema[]
      - `guid` string
      - `profile` string
      - `hepid` integer
      - `hep_alias` string
      - `partid` integer
      - `version` integer
      - `retention` integer
      - `partition_step` integer
      - `create_index` object
      - `create_table` string
      - `correlation_mapping` object
      - `fields_mapping` object
      - `fields_settings` object
      - `schema_mapping` object
      - `schema_settings` object
  - `meta` Meta
    - `request_id` string
    - `trace_id` string
    - `pagination` Pagination
      - `limit` integer
      - `next_cursor` string
      - `prev_cursor` string
      - `total` integer
      - `has_more` boolean
    - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/sipcapture/apis/homer-next-gen-api.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-next-gen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-next-gen-api/versions/1966dd0df318/schema)
