List campaigns
Lists the campaigns for a workspace with its cycles, sorted by their creation date in descending order (most recent entries first). A campaign cycle forms a group of attacks sent at a period of time. Periods of two cycles can’t overlap. Recurring campaigns usually have multiple cycles, whereas one-off campaigns usually have only one.
Authorizations
Headers
Maximum number of items to return. Maximum value is 100.
1 <= x <= 100
Pagination cursor for retrieving the next page of results. This value is obtained from the 'x-next-cursor' response header of a previous API call. The cursor should be passed unchanged to fetch next pages. See https://docs.tryriot.com/api-reference/introduction#pagination for examples.
Query Parameters
ID of the workspace for which to retrieve campaigns
Filters campaigns based on their status. Accepts a comma-separated string of status values. Only campaigns matching the specified statuses will be included in the response.
active
, completed
, draft
, paused
, scheduled
Filters campaigns based on their creation date. Only campaigns created after specified date (UTC) will be included in the response.
Filters campaigns based on their creation date. Only campaigns created before specified date (UTC) will be included in the response.