list_eventsread onlyList audit events
Returns the audit trail for a profile: which actions were taken, and whether by a key, an agent, or a person.
- Category
- Observability
- Calls
- GET/v1/events
- Safe to auto-approve
- Yes. It only reads data.
Parameters
limitintegeroptionalDefaults to 20.
offsetintegeroptionalDefaults to 0.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "list_events",
"arguments": {}
}