---
title: "List audit records"
method: GET
path: "/api/v1/audit"
tags: ["Audit"]
---

# List audit records

`GET /api/v1/audit`

Get audit records.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

The request has succeeded.

- AuditRecordCursorPaginatedResponse — A response for cursor pagination.
  - `items` AuditRecord[], required — The items in the response.
    - `action` string, required — The action that was performed.
    - `authorized` boolean, required — Whether the action was authorized.
    - `data` object, required — Additional data about the audit record.
    - `id` string, required — The ID of the audit record.
    - `operation` string, required — The operation that was performed.
    - `resourceId` string — The ID of the resource that was acted on.
    - `resourceKind` string — The kind of resource that was acted on.
    - `sourceIp` string — The source IP of the request.
    - `time` string, date-time, required — The time the action was taken.
    - `url` string — The URL of the request.
    - `userAgent` string — The user agent of the request.
    - `userId` string — The ID of the user that performed the action.
  - `nextCursor` string — The cursor of the last item in the list.

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
- `401` — The request has not been applied because it lacks valid authentication credentials for the target resource.
- `403` — The server understood the request but refuses to authorize it.
- `412` — One or more conditions given in the request header fields evaluated to false when tested on the server.
- `500` — The server encountered an unexpected condition that prevented it from fulfilling the request.
- `503` — The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.
- `default` — An unexpected error response.

---

[API](https://skmtc.dev/openmeter/apis/openmeter-cloud-api.md) · [All operations](https://skmtc.dev/openmeter/apis/openmeter-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openmeter/openmeter-cloud-api/revisions/c9c0ec9cffe9/schema)
