---
title: "Get Entity Bindings for Rule Set"
method: GET
path: "/v1/rule-sets/{rule-set-id}/entity-bindings"
tags: ["Rule Sets Endpoints"]
---

# Get Entity Bindings for Rule Set

`GET /v1/rule-sets/{rule-set-id}/entity-bindings`

This operation retrieves entities bound to a specific rule set.

## Path parameters

- `rule-set-id` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful operation

- EntityBindingList
  - `entities` ExternalEntityReference[]
    - `id` string, required
    - `type` 'CARD' | 'CARD_HIERARCHY_GROUP', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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