Purge history
Get purges history list
Get purges history.
GET
Authorizations
API key for authentication.
Query Parameters
Purges associated with a specific resource CNAME. Example: * &cname=example.com
Purge with a certain status. Possible values:
- In progress
- Successful
- Failed
Purge requests with a certain purge type. Possible values:
purge_by_pattern
- Purge by Pattern.purge_by_url
- Purge by URL.purge_all
- Purge All.
Start date and time of the requested time period (ISO 8601/RFC 3339 format, UTC.)
Examples:
* &from_created
=2021-06-14T00:00:00Z
* &from_created
=2021-06-14T00:00:00.000Z
End date and time of the requested time period (ISO 8601/RFC 3339 format, UTC.)
Examples:
* &to_created
=2021-06-15T00:00:00Z
* &to_created
=2021-06-15T00:00:00.000Z
Number of purge requests in the response to skip starting from the beginning of the requested period.
Maximum number of purges in the response.
Required range:
x <= 100
Response
200 - application/json
Successful.
The response is of type object[]
.