List suppressions
Account-scoped list. Two mutually exclusive pagination modes:
- Offset: page[number] (default 1) + page[size] (default 25, max 100). meta contains total_pages.
- Cursor: page[after] and/or page[before] (opaque Base.url_encode64 of {"created_at","id"}). Cannot combine with page[number]; after+before together is an error. meta contains next_cursor / previous_cursor (omitted when their flag is false).
Sort defaults to -created_at (desc); only created_at is sortable. A -- prefix is an error. nil/empty filter values are silently dropped.
Query parameters
Offset page number (≥1, default 1).
Page size (1–100, default 25).
Opaque cursor (Base.url_encode64 of {"created_at","id"}). Cursor mode; mutually exclusive with page[number] and page[before].
Opaque cursor (see page[after]). Mutually exclusive with page[after] and page[number].
Sort field. Leading - = desc; only created_at is sortable. Default -created_at. -- is an error.
Exact-match filter on reason.
Exact-match filter on domain_id (UUID).
created_at > value (ISO 8601).
created_at < value (ISO 8601).
Response
List of suppressions.
Changes
Changed in 2 of the 61 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲