Skip to main content
Audit endpoint

List Audit Events

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

GET/audit-events/

Body

none

This endpoint does not accept a request body.

Query parameters

connectionId
Optional query value consumed by this route.
environmentId
Optional query value consumed by this route.
eventType
Optional query value consumed by this route.
executionId
Optional query value consumed by this route.
limit
Optional query value consumed by this route.
outcome
Optional query value consumed by this route.
resourceId
Optional query value consumed by this route.
sessionId
Optional query value consumed by this route.

See the Audit guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.