---
title: "List All Obligations"
method: GET
path: "/obligations"
tags: ["Obligations"]
---

# List All Obligations

`GET /obligations`

View all obligations in the company, with filtering available via query parameters. 

**OAuth Scope required:** `public.obligations.readObligations`

## Query parameters

- `page` integer
- `pageSize` integer
- `filter` string
- `search` string
- `sortField` 'name' | 'lastUpdated'
- `sortDirection` 'ASC' | 'DESC'

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- object
  - `page` integer — The zero-based page number for paginating through results
  - `pageSize` integer — The number of items to return per page
  - `count` integer — The total number of items available across all pages
  - `list` ObligationModel[]
    - `id` string, required — The unique identifier of the obligation
    - `ironcladId` string, required — Readable Ironclad ID of the obligation
    - `name` string, required — The name of the obligation
    - `properties` RecordProperties, required — The record properties associated with the record
    - `lastUpdated` string — The last updated date of the obligation
    - `namedTypeIds` string[] — The unique identifiers of the types associated with the obligation. These IDs are tied with the Named Type of obligations, like 'Breach Notice', 'Compliance' and so on.
    - `parentReadableId` string — The parent readable id of the obligation
    - `parentRecordName` string — The parent record name of the obligation

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
