GET /v3/instruments/:id/commitments/:commitmentId Fetch one commitment by ID. Path params: id (required) — Instrument identifier (the fund). commitmentId (required) — Commitment identifier. Response (200 OK): { "data": { "id": "string", "type": "commitment", "attributes": { "date": "ISO 8601 date", "commitmentAdjustment": "number, in fund currency" } } }