---
title: "List access requests"
method: GET
path: "/api/auth/access-requests"
tags: ["Auth"]
---

# List access requests

`GET /api/auth/access-requests`

## Response `200`

Access request list

- object
  - `requests` object[]
    - `id` integer
    - `username` string
    - `email` string
    - `reason` string
    - `status` 'pending' | 'approved' | 'rejected'
    - `created_at` integer

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

> 27 revisions in range; 1 could not be searched.

- **2026-03-02** `39aff788d955` — 2 info
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/auth/access-requests/get.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
