---
title: "Get Rules"
method: GET
path: "/mapping"
tags: ["enrichment", "mapping"]
---

# Get Rules

`GET /mapping`

Get all mapping rules

## Response `200`

Successful Response

- MappingRuleDtoOut[]
  - `name` string, required
  - `description` string
  - `file_name` string
  - `priority` integer
  - `matchers` string[], required
  - `type` 'csv' | 'topology'
  - `id` integer, required
  - `created_by` string
  - `created_at` string, date-time, required
  - `attributes` string[]
  - `updated_by` string
  - `last_updated_at` string, date-time

---

[API](https://skmtc.net/keephq/apis/keep-api.md) · [All operations](https://skmtc.net/keephq/apis/keep-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keephq/keep-api/versions/bb4a0896091f/schema)
