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
Key | Datatype | Required | Description |
---|---|---|---|
from | null | Represents the start of a date-time range and is the older of the two dates, expressed in RFC 3339 format. | |
ip | null | Filter based on IP. | |
limit | null | Limit how many results are returned. | |
page | null | Page number of the collection to request. | |
signal | null | Filter based on signal. | |
status | null | Filter based on status. | |
to | null | Represents the end of a date-time range and is the newer of the two dates, expressed in RFC 3339 format. |