List flagged signals (review queue)
Signal Review
List flagged signals (review queue)
Internal review queue of signals flagged by the text-hygiene heuristic, newest first. Superuser-only (403 otherwise). Includes suppressed signals so review can see prior actions; excludes consumer-revoked signals. Uses the standard {data, pagination} envelope.
GET
List flagged signals (review queue)
Authorizations
Query Parameters
Page number (1-indexed).
Required range:
x >= 1Number of items per page (max 100).
Required range:
1 <= x <= 100Response
OK
Items on the current page, each conforming to the endpoint's item schema. Empty when the result set is empty or page is past the end.
Pagination envelope describing position within the full result set.
Example:
{
"has_next": true,
"has_previous": false,
"page": 1,
"page_size": 25,
"total_count": 342,
"total_pages": 14
}