GET /accounts/{account_id}/abuse-reports/{report_id}/emails

List emails sent to the customer for an abuse report. Returns all successful customer emails sent for the specified abuse report. Does not include emails sent to hosts or submitters.

Servers

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

Page number to retrieve (default 1)

per_page Integer No

Number of emails per page (default 20, max 100)

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.