---
title: "List access requests"
method: GET
path: "/access-requests"
tags: ["Access Requests"]
---

# List access requests

`GET /access-requests`

List access requests with cursor-based pagination.

## Query parameters

- `actor_id` string, nullable
- `status` string, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- AccessRequestListResponse — Paginated list of access requests.
  - `data` AccessRequestResponse[], required
    - `actor_id` string, required
    - `approve_url` string, required
    - `created_by` string, required
    - `evaluation` EvaluationResponse — Computed evaluation of whether the caller can fulfill a request.
      - `can_fulfill` boolean, required
      - `checks` EvaluationCheckResponse[], required
        - `blocker` string, nullable
        - `check` string, required
        - `passed` boolean, required
    - `expires_at` string, date-time, required
    - `filed_at` string, date-time, required
    - `filer_owner_id` string, nullable
    - `id` string, required
    - `items` AccessRequestItemResponse[], required
      - `action` string, required
      - `applied_effects` object, nullable
      - `credential_name` string, nullable
      - `decided_at` string, date-time, nullable
      - `decided_by` string, nullable
      - `decision_reason` string, nullable
      - `id` string, required
      - `resource_id` string, nullable
      - `resource_reference` object, nullable
      - `resource_type` string, required
      - `rules` object[], nullable
      - `status` string, required
      - `to_id` string, nullable
      - `to_type` string, nullable
      - `toolkit_name` string, nullable
    - `reason` string, nullable
    - `requested_by` string, required
    - `status` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-07-01** `d65fcba0d25a` — 1 info
  - endpoint added
- **2026-04-13** `76e8f6063728` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/access-requests/get.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/7f8d4d76abcd/schema)
