---
title: "Get Access Policy"
method: GET
path: "/v2/access-policies/{id}"
tags: ["Access Policy API"]
---

# Get Access Policy

`GET /v2/access-policies/{id}`

Get a specific access policy by ID.

## Path parameters

- `id` string, required — The ID of the access policy.

## Response `200`

Success

- SvflowPublicapiGetAccessPolicyResponse
  - `data` SvflowPubapimodelsAccessPolicy
    - `id` string — The ID of the access policy.
    - `teamId` string — The ID of the team that the access policy belongs to.
    - `name` string — The name of the access policy.
    - `description` string, nullable — A description of the access policy.
    - `maxAccessMinutes` integer, nullable — The maximum number of minutes that access can be granted for.
    - `requireBusinessJustification` boolean, nullable — Whether a business justification is required when requesting access.
    - `recommendedAccessMinutes` integer, nullable — The recommended duration in minutes for access requests (optional).
    - `requireOnBehalfOfConfirmation` boolean, nullable — Whether requests made on behalf of others require the target user's confirmation.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
