Activity
Export Activity Data
Export Cygnal activity data for the authenticated organization.
Requires admin role.
Query Parameters
cursor?|
Cursor for pagination (ObjectId from previous response)
since?|
ISO 8601 timestamp to filter events after this time
until?|
ISO 8601 timestamp to filter events before this time
limit?Limit
Maximum number of activity records to return
Range
1 <= value <= 10000Default
1000search?|
Text search query (uses MongoDB text index on conversation)
alarm_only?Alarm Only
Only return events where alarm=True
Default
falseResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/activity/export"{ "activities": [ {} ], "next_cursor": "string", "has_more": true}