List attacks
Retrieves a list of attacks of a campaign with associated events, sorted by their creation date in descending order (most recent entries first).
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.
Path Parameters
Campaign id for which to get the attacks
Query Parameters
Id of the workspace targeted by the attacks
Id of the cycle the attack belongs to
Filters attacks based on their creation date. Only attacks created after specified date (UTC) will be included in the response.
Filters attacks based on their creation date. Only attacks created before specified date (UTC) will be included in the response.
Filters attacks based on whether the employee was tricked.
true
: Returns attacks where the employee was tricked.false
: Returns attacks where the employee was not tricked.