---
title: "Get App Access Requests Defaults"
method: GET
path: "/api/v1/apps/{app_id}/access_request_defaults"
tags: ["AppAccessRequestDefaults"]
---

# Get App Access Requests Defaults

`GET /api/v1/apps/{app_id}/access_request_defaults`

Retrieve the current access request default settings for an app.

## Path parameters

- `app_id` string, required — The ID of the app to retrieve access request defaults for.

## Response `200`

Successful response

- C1ApiAppV1AppAccessRequestDefaults — The AppAccessRequestDefaults message. This message contains a oneof named max_grant_duration. Only a single field of the following list may be set at a time: - durationUnset - durationGrant
  - `appId` string — The app id for the app access request rule
  - `catalogIds` string[], nullable — The request catalog ids for the app access request rule.
  - `defaultsEnabled` boolean — If true the app level request configuration will be applied to specified resource types.
  - `durationGrant` string, duration, nullable
  - `durationUnset` object, nullable
  - `emergencyGrantEnabled` boolean — If emergency grants are enabled for this app access request rule.
  - `emergencyGrantPolicyId` string — The policy id for the emergency grant policy.
  - `requestPolicyId` string — The ID of the request policy to apply to entitlements matching this rule.
  - `requestSchemaId` string — The ID of the request schema to apply to entitlements matching this rule.
  - `resourceTypeIds` string[], nullable — The app resource type ids for which the app access request defaults are applied.
  - `state` 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_UNSPECIFIED' | 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_RUNNING' | 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_SUCCESS' | 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_FAILED' | 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_CANCELING' | 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_CANCEL_SUCCESS' | 'APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_CANCEL_ERROR' — The last applied state of the app access request defaults.

## Changes

> 33 revisions in range; 1 could not be searched.

- **2026-02-05** `417c5bf9b0a2` — 1 info
  - added the optional property `requestSchemaId` to the response with the `200` status
- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/apps/:app_id/access_request_defaults/get.md)

---

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