---
title: "Get"
method: GET
path: "/api/v1/apps/{app_id}/usage_controls"
tags: ["App Usage Controls"]
---

# Get

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

Get usage controls, as an AppUsageControls object which describes some peripheral configuration, for an app.

## Path parameters

- `app_id` string, required — The appId field.

## Response `200`

The GetAppUsageControlsResponse message contains the retrieved AppUsageControls object.

- C1ApiAppV1GetAppUsageControlsResponse — The GetAppUsageControlsResponse message contains the retrieved AppUsageControls object.
  - `appUsageControls` C1ApiAppV1AppUsageControls — The AppUsageControls object describes some peripheral configuration for an app.
    - `appId` string — The app that this object belongs to.
    - `notify` boolean — Whether or not to notify some if they have access to the app, but has not used it within a configurable amount of time.
    - `notifyAfterDays` integer — The duration in days after which we notify users of nonusage.
    - `revoke` boolean — Whether or not to revoke a grant if they have access to the app, but has not used it within a configurable amount of time.
    - `revokeAfterDays` integer — The duration in days after which we revoke users that have not used that grant.
  - `hasUsageData` boolean — HasUsageData is false if the access entitlement for this app has no usage data.

## Changes

- **2026-08-21** `f2cf3228f366` — 2 breaking, 5 warning
  - added `#/components/schemas/c1.api.app.v1.AppUsageControls, subschema #2` to the `appUsageControls` response property `oneOf` list for the response status `200`
  - the `appUsageControls` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `appUsageControls/appId` from the response with the `200` status
  - removed the optional property `appUsageControls/notify` from the response with the `200` status
  - …3 more
- **2025-04-10** `17f9f3bcedd5` — 2 info
  - api tag `App Usage Controls` added
  - api tag `AppUsageControls` removed

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/apps/:app_id/usage_controls/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)
