---
title: "Check Organization Access"
method: GET
path: "/auth/access"
tags: ["Access"]
---

# Check Organization Access

`GET /auth/access`

Check if the current session satisfies the organization's auth policy.

Returns 200 when access is allowed, 403 with AUTH_UPGRADE_REQUIRED when not.

## Query parameters

- `organization_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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