---
title: "Check if approval is required"
method: GET
path: "/approval/required"
tags: ["Approval"]
---

# Check if approval is required

`GET /approval/required`

Check if an approval is required for the specified NRN, entity, action, and dimensions.

## Query parameters

- `nrn` string, required
- `entity` 'deployment' | 'scope' | 'service:action' | 'parameter' | 'action_item', required — The entity that requires approval.
- `action` 'deployment:create' | 'scope:create' | 'scope:recreate' | 'scope:write' | 'scope:delete' | 'scope:stop' | 'service:action:create' | 'parameter:read-secrets' | 'action_item:resolve' | 'action_item:defer' | 'action_item:reject', required — The action that requires approval.
- `dimensions` string

## Response `200`

Returns whether approval is required for the specified parameters.

- object
  - `required` boolean, required — `true` when an approval will be required for these parameters, `false` otherwise.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
