List snoozes
Snoozes
List snoozes
Returns a paginated list of snoozes for the scoped project, with optional filtering by environment and status.
GET
List snoozes
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (1-indexed).
Required range:
x >= 1Items per page (max 100).
Required range:
1 <= x <= 100Filter to snoozes scoped to this environment.
Required range:
x >= 1Filter by snooze status.
Available options:
active, expired, all