Staff Export Activity Data

Export Cygnal activity for an explicit organization (Gray Swan staff only).

Mirrors /activity/export, except org scope comes from the org_id parameter instead of the caller's API key, and only cygnal-code red-teaming orgs may be exported.

get/activity/staff-export

Query parameters

org_idstring required

Organization ID whose activity to export

Organization ID whose activity to export

cursorstring nullable

Cursor for pagination (ObjectId from previous response)

Cursor for pagination (ObjectId from previous response)

sincestring nullable

ISO 8601 timestamp to filter events after this time

ISO 8601 timestamp to filter events after this time

untilstring nullable

ISO 8601 timestamp to filter events before this time

ISO 8601 timestamp to filter events before this time

limitinteger

Maximum number of activity records to return

Maximum number of activity records to return

alarm_onlyboolean

Only return events where alarm=True

Only return events where alarm=True

Response

Successful Response

activitiesobject[] required
next_cursorstring nullable required
has_moreboolean required

Changes

Changed in 1 of the 3 revisions of this API.1