---
title: "GET /core/applications/{slug}/check_access/"
method: GET
path: "/core/applications/{slug}/check_access/"
tags: ["core"]
---

# GET /core/applications/{slug}/check_access/

`GET /core/applications/{slug}/check_access/`

Check access to a single application by slug

## Path parameters

- `slug` string, required — Internal application name, used in URLs.

## Query parameters

- `for_user` integer

## Response `200`

- PolicyTestResult — result of a policy test
  - `passing` boolean, required
  - `messages` string[], required
  - `log_messages` LogEvent[], required
    - `timestamp` string, date-time, required
    - `log_level` 'critical' | 'exception' | 'error' | 'warn' | 'warning' | 'info' | 'debug' | 'notset', required
    - `logger` string, required
    - `event` string, required
    - `attributes` object, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
