---
title: "Get authorization requests that can be approved/rejected"
method: GET
path: "/requests/auth/approver"
tags: ["requests - authorization"]
---

# Get authorization requests that can be approved/rejected

`GET /requests/auth/approver`

Get a list of authorization requests that can be approved or rejected by the user. For more details about authorization request, see "Create an authorization request".

## Query parameters

- `limit` integer
- `next` string

## Response `200`

default response

- PaginatedResultsDtoAuthRequestDto
  - `consistent` boolean
  - `count` integer
  - `next` string
  - `records` AuthRequestDto[]
    - `approverParty` PublicParty
      - `type` 'USER' | 'GROUP', required
    - `created` string, date-time
    - `granteeParty` PublicParty
      - `type` 'USER' | 'GROUP', required
    - `level` 'NONE' | 'SAML_GATED' | 'DISCOVER' | 'MEMBER' | 'READ' | 'WRITE' | 'ADMIN' — Level of access the grantee will receive
    - `requesterParty` PublicParty
      - `type` 'USER' | 'GROUP', required
    - `requestid` string, uuid — Unique identifier for the request
    - `resource` PublicResource
      - `owner` string, required — ID of an organization that owns the resource
      - `type` 'ANALYSIS' | 'CATALOG' | 'COLUMN' | 'DATABASE' | 'DATASET' | 'DATASET_INSIGHT' | 'GLOSSARY' | 'GROUP' | 'METADATA_RESOURCE' | 'TABLE', required
    - `updated` string, date-time
    - `visibility` 'PRIVATE' | 'PUBLIC' — Authorization visibility

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
