---
title: "Search project audit log entries"
method: GET
path: "/project/{project_id}/audit-log"
tags: ["Audit Log"]
---

# Search project audit log entries

`GET /project/{project_id}/audit-log`

## Query parameters

- `action` string
- `end` string
- `limit` number
- `subject` string
- `object` string
- `pagination_key` string

## Response `200`

A list of audit log entries

- object
  - `items` AuditLog[], required
    - `at` string, date-time, required — Timestamp of the action
    - `action` string, required — Action performed
    - `subject_id` string, required — ID of the account that performed the action
    - `subject_name` string — Name of the account that performed the action (if still member of project)
    - `object_ids` string[], required — IDs of the objects affected by the action
  - `pagination_key` string — Key to pass to get next page (only present if additional pages)

## Other responses

- `default` — An error response

---

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