---
title: "List available entitlements"
method: GET
path: "/api/v1/iga/entitlements"
tags: ["accessManagement"]
---

# List available entitlements

`GET /api/v1/iga/entitlements`

List entitlements available for granting, filterable by app.
Use app_id from /iga/apps to filter.

## Query parameters

- `search_key` string
- `app_id` integer
- `type` 'GROUP' | 'ROLE'
- `status` 'DRAFT' | 'PUBLISHED'
- `page` integer
- `per_page` integer

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Response `200`

Successful response

- AccessManagementGetapiV1IgaEntitlementsResponse200 — Empty response body

---

[API](https://skmtc.net/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.net/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/revisions/2ab1cf36239b/schema)
