Audit API
2 operations from the external ASIRI OpenAPI surface.
Public endpoint
GET/v1/audit
List audit log events for the current tenant
Requires
audit:readSecurity
bearer
Authorization: Bearer <ASIRI_API_KEY>Parameters
| Name | In | Required | Schema | Description |
|---|---|---|---|---|
module | query | no | string | - |
actor | query | no | string | - |
from | query | no | string | - |
to | query | no | string | - |
cursor | query | no | string | - |
limit | query | no | integer | - |
Request body
No request body.
Responses
Public endpoint
GET/v1/audit/{id}
Get a single audit event with hash + diff
Requires
audit:readSecurity
bearer
Authorization: Bearer <ASIRI_API_KEY>Parameters
| Name | In | Required | Schema | Description |
|---|---|---|---|---|
id | path | yes | string | - |
Request body
No request body.