axonpush
API referenceAudit logs

GET /audit-logs

GET
/audit-logs

Query Parameters

action?string
resourceType?string
source?string

Filter by origin: dashboard, apikey, or mcp

before?string

RFC3339 upper bound (exclusive); defaults to now

limit?integer
Formatint64
Range1 <= value <= 200
Default50

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/audit-logs"
{  "$schema": "https://example.com/schemas/ListOutputBody5.json",  "data": [    {      "action": "string",      "actorEmail": "string",      "actorId": "string",      "createdAt": "string",      "entryHash": "string",      "id": "string",      "ipAddress": "string",      "metadata": null,      "organizationId": "string",      "prevHash": "string",      "resourceId": "string",      "resourceType": "string",      "seq": 0,      "source": "string"    }  ]}