GET /v2/limits/:id Fetch one limit. Path params: id (required) — Limit identifier (UUID). Response (200 OK): { "data": { "id": "string (UUID)", "type": "limit", "attributes": { "name": "string", "ccyCode": "string — ISO 4217", "startDate": "ISO 8601 date", "limitFilter": , "limitType": }, "relationships": { "client": { "data": { "type": "client", "id": "string" } }, "parentLimit": { "data": { "type": "limit", "id": "string" } | null } } } }