Cursor-paginated activity log for the caller’s team.
Role-scoped identically to GET /v1/usage: admins/owners see every
row in the team, members see only rows attributable to their own API
keys plus their own MCP-origin rows. Sort is (timestamp DESC, id DESC); iterate next_cursor until null to drain.
Documentation Index
Fetch the complete documentation index at: https://docs.moda.app/llms.txt
Use this file to discover all available pages before exploring further.
API key from Settings > Developer > REST API
Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.
2026-04-12, 2026-05-01 "2026-05-01"
Optional API-key UUID filter.
Optional exact-match filter on the event's OpenAPI operationId.
Restrict to api or mcp origin rows.
api, mcp succeeded → 200-399; failed → status >= 400.
succeeded, failed ISO8601 UTC lower bound (inclusive). Defaults to to - 7d.
ISO8601 UTC upper bound (exclusive). Defaults to now.
Max rows per page (cap: 200).
1 <= x <= 200Opaque cursor from the previous page's next_cursor.