---
title: "List Pending Permission Requests Route"
method: GET
path: "/api/permission-requests/pending"
tags: ["Agent Chat"]
---

# List Pending Permission Requests Route

`GET /api/permission-requests/pending`

Approvals waiting on this person that have no chat thread to live in.

Today that means MCP-origin requests (ChatGPT, Claude connector, Cursor, the
Every CLI). The destructive-write gate creates a row and waits; the push
notification announces it; this is where a surface can actually FIND it.
Without this endpoint the gate could only ever block, never be satisfied.

Chat-origin approvals are deliberately excluded -- they already appear inline
in their own thread.

## Query parameters

- `user_id` string
- `org_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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