---
title: "List audit resource types"
method: GET
path: "/v1/audit/resource"
tags: ["Audits"]
---

# List audit resource types

`GET /v1/audit/resource`

## Query parameters

- `offset` integer
- `limit` integer
- `sort_by` 'name'
- `sort_asc` boolean

## Response `200`

OK

- object — Paginated response
  - `data` AuditResourceType[], required — List of audit resource types
    - `name` string, required — Name of the audit resource type
  - `pagination` Pagination, required
    - `next_offset` integer — Next offset to use for pagination. If this field is not present, that indicates there are no more items to fetch.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

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