---
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.

---

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