---
title: "Get policies for an app"
method: GET
path: "/apps/{appId}/access"
tags: ["hidden"]
---

# Get policies for an app

`GET /apps/{appId}/access`

Get all policies for an app. Manage access for users

## Path parameters

- `appId` integer, required

## Query parameters

- `limit` integer
- `search` string
- `filters` object[]
  - `name` string
  - `value` string
  - `comparator` '=' | '<' | '>' | '<=' | '>=' | '!=' | 'LIKE' | 'IN' | 'REGEX' | 'NOT LIKE' | 'NOT <=>' | '<=>'
- `order` object[]
  - `name` string — Column name
  - `direction` 'asc' | 'desc' | 'closest'
  - `value` integer — Value for closest amount

## Response `200`

Success

- PolicyProfile[]
  - `name` string
  - `description` string
  - `rights` string[] — Routes list
  - `restricted` boolean
  - `homepage` string, uri
  - `visible` integer

## Other responses

- `404` — App was not found

---

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