---
title: "GET /outposts/radius/{id}/check_access/"
method: GET
path: "/outposts/radius/{id}/check_access/"
tags: ["outposts"]
---

# GET /outposts/radius/{id}/check_access/

`GET /outposts/radius/{id}/check_access/`

Check access to a single application by slug

## Path parameters

- `id` integer, required

## Query parameters

- `app_slug` string

## Response `200`

- RadiusCheckAccess — Base serializer class which doesn't implement create/update methods
  - `attributes` string
  - `access` PolicyTestResult, required — 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)
