audit.list

Recent audit rows for the store (optionally by entity).

Machine-readable body schema: /schemas/routes/audit.list.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 200
    },
    "entity": {
      "type": "string",
      "pattern": "^(prd|var|col|cat|med|tok)_[a-zA-Z0-9]{1,32}$"
    },
    "actor": {
      "type": "string",
      "enum": [
        "merchant",
        "agent",
        "cli",
        "system"
      ]
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/audit.list.md