---
title: "Query audit log"
method: GET
path: "/api/v1/audit"
tags: ["audit"]
---

# Query audit log

`GET /api/v1/audit`

Queries the audit log with optional filtering via query parameters.
(Added in PR #180, may not be present on all builds.)

## Query parameters

- `date` string, date
- `user` string
- `action` string

## Response `200`

Audit log entries

- unknown

## Other responses

- `502` — NATS communication error — farmer unreachable or returned an error

## Changes

- **2026-03-13** `26871a2f667f` — 1 breaking, 4 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - deleted the `query` request parameter `failed_only`
  - deleted the `query` request parameter `limit`
  - removed the optional property `error` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/gogrlx/apis/grlx-cli-api/changes/api/v1/audit/get.md)

---

[API](https://skmtc.dev/gogrlx/apis/grlx-cli-api.md) · [All operations](https://skmtc.dev/gogrlx/apis/grlx-cli-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gogrlx/grlx-cli-api/revisions/26871a2f667f/schema)
