Get Activity Summary
Aggregate activity report for your organization.
Returns, in one call: API activity from the audit log grouped by action
(audit_actions, bounded by the since/until window), lifetime
resource totals (resource_counts — agents, calls, phone numbers,
knowledge bases, tools, integrations, API keys, users), a call breakdown
by status / outcome / end reason (call_summary), and error signals
(error_signals — calls that ended in error, knowledge-base sources that
failed ingestion, failed webhook deliveries).
Use GET /v1/audit-events for the raw event feed behind these numbers,
or with ?actor=me to see only events made with the calling API key.
Authorizations
Your API key sent as a Bearer credential — Authorization: Bearer <api_key>, where <api_key> starts with oi_sk_ (create one via POST /v1/api-keys). Although the field is labelled 'token', paste your API key here. A dashboard JWT is also accepted on this header for the same endpoints.
Query Parameters
Window start (default: 30d ago)
Window end (default: now)
Response
Successful Response
DB-derivable error indicators only. Container logs rotate and are not a queryable store — log/Sentry-derived errors are deliberately out of scope.