Monitor and investigate user activity across the platform
/logs/audit/search
with filters for email
, action
, and timestamp
to narrow down relevant records.
start_time
and end_time
: Narrow your queries to relevant time ranges using epoch timestampsdocument.download
, login
, project.access
, etc. for more focused results/latest
for freshness: Poll the /latest
endpoint in high-alert scenarios to capture real-time activityStatus Code | Description | Example Error Message |
---|---|---|
200 | Success | N/A |
400 | Bad Request – Invalid query input | { "error": "Missing required filters" } |
401 | Unauthorized – Invalid API key | { "error": "Unauthorized" } |
429 | Too Many Requests – Rate limit exceeded | { "error": "Rate limit exceeded" } |
500 | Internal Server Error | { "error": "Unexpected server error" } |