Back to tools

list_events

List recent platform events from the outbox with optional type filter.

Schema and Policy
{
  "name": "list_events",
  "description": "List recent platform events from the outbox with optional type filter.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "number"
      },
      "type": {
        "type": "string"
      }
    }
  },
  "category": "Analytics",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}