List reputation remediation requests for an enterprise
Paginated list of remediation requests for this enterprise. List items omit per-number results and webhook URLs to keep the response small; call GET by id for full detail. Supports JSON:API pagination and optional filters on status and created-at range.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enterprise id. Lowercase UUID.
"4a6192a4-573d-446d-b3ce-aff9117272a6"
Query Parameters
1-based page number. Out-of-range values return an empty page with correct meta.
x >= 11
Items per page. Maximum 250; values above are clamped to 250.
1 <= x <= 25020
Filter by customer-facing status. Customer-facing status of a remediation request.
pending, in_progress, completed, failed, cancelled "in_progress"
Only requests created on or after this timestamp (ISO 8601).
"2026-01-01T00:00:00Z"
Only requests created on or before this timestamp (ISO 8601).
"2026-12-31T23:59:59Z"
Response
Paginated list of remediation requests.