List protection eventsAsk AIget https://core.spreedly.com/v1/protection/events.{format}Retrieve an ordered and paginated list of all protection events in the environment.Path ParamsformatstringenumrequiredThe format of the request. Default JSON for testing in our documentation.jsonxmlAllowed:jsonxmlQuery ParamsorderstringThe order of the returned list. Default is asc, which returns the oldest records first. To list newer records first, use desc.since_tokenstringThe token of the item to start from (e.g., the last token received in the previous list if iterating through records)countstringThe number of events to return. By default returns 20, maximum allowed is 100.statestringThe state of the protection check. Possible values are pending, succeeded, and failed.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlResponses 200Successful 401Unauthorized 404Not found 422UnauthorizedUpdated 6 months ago