---
title: "GET /v1/{innovationId}/assessments/{assessmentId}/exemption"
method: GET
path: "/v1/{innovationId}/assessments/{assessmentId}/exemption"
tags: ["[v1] Innovation Assessment"]
---

# GET /v1/{innovationId}/assessments/{assessmentId}/exemption

`GET /v1/{innovationId}/assessments/{assessmentId}/exemption`

Get an assessment kpi exemption.

## Path parameters

- `innovationId` string, uuid, required
- `assessmentId` string, uuid, required

## Response `200`

Success

- object
  - `isExempted` boolean, required
  - `exemption` object
    - `reason` 'NO_RESPONSE' | 'TECHNICAL_DIFFICULTIES' | 'INCORRECT_DETAILS' | 'SERVICE_UNAVAILABLE' | 'CAPACITY', required
    - `message` string
    - `exemptedAt` string, date-time

## Other responses

- `400` — The request is invalid.
- `401` — The user is not authenticated.
- `403` — The user is not authorized to access this resource.
- `500` — An error occurred while processing the request.

---

[API](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/innovations-api-nhs-innovation-service/revisions/36d432fb3b0d/schema)
