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.
Path parameters
The enterprise id. Lowercase UUID.
Query parameters
1-based page number. Out-of-range values return an empty page with correct meta.
Items per page. Maximum 250; values above are clamped to 250.
Customer-facing status of a remediation request.
Filter by customer-facing status.
Only requests created on or after this timestamp (ISO 8601).
Only requests created on or before this timestamp (ISO 8601).
Response
Paginated list of remediation requests.
Example response
{
"data": [
{
"id": "b7c1f1c0-7a9d-4f0a-9d3e-2f6a1c4b8e21",
"status": "in_progress",
"phone_numbers_count": 2,
"call_purpose": "Appointment reminders for our dental clinic.",
"created_at": "2026-06-01T12:00:00Z",
"updated_at": "2026-06-01T12:05:00Z"
}
],
"meta": {
"total_pages": 3,
"total_results": 42,
"page_number": 1,
"page_size": 20
}
}Changes
No changes recorded. 1 of the 99 revisions has no diff computed, so it could not be searched.