audit

Query audit log

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

get/api/v1/audit

Query parameters

datestring date

Filter by date (YYYY-MM-DD)

userstring

Filter by user

actionstring

Filter by action type

Response

Audit log entries

{"stackTrail":"components:schemas:NATSResponse","oasType":"schema","type":"unknown","description":"Raw JSON response from the farmer via NATS proxy. The structure\nvaries by endpoint — refer to the farmer documentation for\nresponse schemas specific to each NATS subject.\n"}

Changes