Get activity for a single bucket
GET/api/v1/buckets/:bucketId/activity
Requires viewer role or above on this bucket.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Paginated activity log entries for this bucket (opaque JSON objects)
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).
Missing/invalid token, or the caller's role/group is below the required minimum (FORBIDDEN)
Bucket not found (BUCKET_NOT_FOUND)