---
title: "Retrieve an Obligation"
method: GET
path: "/obligations/{id}"
tags: ["Obligations"]
---

# Retrieve an Obligation

`GET /obligations/{id}`

View a specific obligation and its associated data. 

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

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

200

- 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)
