Get activity across all buckets the caller can access
GET/api/v1/buckets/activity
Get activity across all buckets the caller can access
Request
Responses
- 200
- 400
- 401
Paginated activity log entries. The item shape is intentionally opaque (schema-less JSON objects; fields vary by action type).
Invalid range or cursor: from after to or malformed cursor (BAD_REQUEST), or a window larger than 90 days (ACTIVITY_RANGE_TOO_LARGE)
Not authenticated. Note: a missing or invalid token is rejected with 403 FORBIDDEN (not 401); 401 is returned when the token's session has been revoked (SESSION_REVOKED).