Skip to main content
GET
Get Activity Summary

Authorizations

Authorization
string
header
required

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

since
string<date-time> | null

Window start (default: 30d ago)

until
string<date-time> | null

Window end (default: now)

Response

Successful Response

org_id
string<uuid>
required
org_name
string
required
signup_date
string<date-time>
required
window
ActivityWindow · object
required
resource_counts
ResourceCounts · object
required
audit_actions
AuditActionCount · object[]
required
call_summary
CallSummary · object
required
error_signals
ErrorSignals · object
required

DB-derivable error indicators only. Container logs rotate and are not a queryable store — log/Sentry-derived errors are deliberately out of scope.