---
title: "Verify Permissions"
method: GET
path: "/permissions/verify"
tags: ["Access Control"]
---

# Verify Permissions

`GET /permissions/verify`

## Query parameters

- `action` string, nullable
- `scope_type` string, nullable
- `scope_id` string, uuid, nullable
- `resource_type` string, nullable
- `resource_id` string, uuid, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-13** `72fe88316d15` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-06-27** `e3e84db47198` — 2 warning, 2 info
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - api tag `Access Control` added
  - api tag `Access` removed

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/permissions/verify/get.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/8fcd55a5a656/schema)
