---
title: "GET /api/admin/audit-log/"
method: GET
path: "/api/admin/audit-log/"
tags: ["Audit log"]
---

# GET /api/admin/audit-log/

`GET /api/admin/audit-log/`

Lists all audit log entries for the given workspace id.

This is a **enterprise** feature.

## Query parameters

- `action_type` string
- `from_timestamp` string
- `ids` string
- `page` integer
- `size` integer
- `sorts` string
- `to_timestamp` string
- `user_id` integer
- `workspace_id` integer

## Response `200`

- PaginationSerializerAuditLog
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` AuditLog[], required
    - `id` integer, required
    - `action_type` string, required
    - `user` string, required
    - `workspace` string, required
    - `type` string, required
    - `description` string, required
    - `timestamp` string, date-time, required
    - `ip_address` string, nullable, required

## Other responses

- `400`
- `401` — No response body

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
