GET /accounts/{account_id}/abuse-reports/{report_id}/mitigations
List mitigations done to remediate the abuse report.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
report_id |
String | Yes |
Abuse Report ID |
account_id |
String | Yes |
Cloudflare Account ID |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page |
Integer | No |
Where in pagination to start listing abuse reports |
effective_before |
String | No |
Returns mitigations that were dispatched before the given date |
per_page |
Integer | No |
How many abuse reports per page to list |
sort |
String | No |
A property to sort by, followed by the order Valid values:
|
type |
String | No |
Filter by the type of mitigation. This filter parameter can be specified multiple times to include multiple types of mitigations in the result set, e.g. ?type=rate_limit_cache&type=legal_block. Valid values:
|
status |
String | No |
Filter by the status of the mitigation. Valid values:
|
effective_after |
String | No |
Returns mitigation that were dispatched after the given date |
entity_type |
String | No |
Filter by the type of entity the mitigation impacts. Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.