---
title: "GET /user/audit/{date}"
method: GET
path: "/user/audit/{date}"
tags: ["AuditLog"]
---

# GET /user/audit/{date}

`GET /user/audit/{date}`

## Path parameters

- `date` string, date-time, required

## Query parameters

- `Product` string[], nullable
- `ResourceType` string[], nullable
- `ResourceId` string[], nullable
- `ActorId` string[], nullable
- `Order` 'Ascending' | 'Descending'
- `ContinuationToken` string, nullable
- `Limit` integer

## Response `200`

The list of audit log entries

- GetUserAuditLogResponse
  - `Logs` UserAuditLog[], nullable
    - `Timestamp` string, date-time
    - `Product` string, nullable
    - `ResourceType` string, nullable
    - `ResourceId` string, nullable
    - `ResourceOwner` string, nullable
    - `Action` string, nullable
    - `ActorId` string, nullable
    - `ActorType` string, nullable
    - `Diff` string, nullable
  - `HasMoreData` boolean
  - `ContinuationToken` string, nullable
  - `StartToken` string, nullable

## Other responses

- `400` — The request was invalid
- `401` — The request authentication failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
