Activity

Export Activity Data

GET
/activity/export

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

Range1 <= value <= 10000
Default1000
search?|

Text search query (uses MongoDB text index on conversation)

alarm_only?Alarm Only

Only return events where alarm=True

Defaultfalse

Response 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}