List events

GET {{fastly_url}}/security/workspaces/{{workspace_id}}/events?from&ip&limit&page&signal&status&to

List events in a workspace.

Authorization: API token with at least Engineer permissions.

Request Params

KeyDatatypeRequiredDescription
fromnullRepresents the start of a date-time range and is the older of the two dates, expressed in RFC 3339 format.
ipnullFilter based on IP.
limitnullLimit how many results are returned.
pagenullPage number of the collection to request.
signalnullFilter based on signal.
statusnullFilter based on status.
tonullRepresents the end of a date-time range and is the newer of the two dates, expressed in RFC 3339 format.