---
title: "Entry list"
method: GET
path: "/api/audit-log/v1/entries"
tags: ["Audit Log"]
---

# Entry list

`GET /api/audit-log/v1/entries`

List of Audit Log entries<br><br> To specify filters use `?filter[name]=value` syntax (e.g. `?filter[type]=app.added,app.edited`)<br><br> To return csv instead of json, use `Accept: text/csv` header

## Query parameters

- `limit` integer
- `offset` integer
- `filter` object
  - `type` string[] — Comma separated list of event types
  - `date_from` string, date-time — Date from (ISO-8601 format)
  - `date_to` string, date-time — Date to (ISO-8601 format)
  - `author_id` string[] — Comma separated list of UUIDs of event authors
  - `subject_id` string[] — Comma separated list of UUIDs of event subjects (i.e. for `Meta site edited` it's the id of a meta site)
  - `ip` union[] — Comma serparated list of IPs
    - union — Event author ip address (IPv4 or IPv6)
      - string, IPv4
      - string, IPv6
- `sort` 'type' | 'email' | 'created_at' | 'ip' | 'subject_id' | '-type' | '-email' | '-created_at' | '-ip' | '-subject_id'

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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