Retrieve a paginated list of recent monitoring issue collections. Supports filtering by resolved status and URL regex against collection shortened paths. Results are ordered by most recent occurrence within the time window.
API key authentication. Use your Decipher API key as the bearer token.
1 <= x <= 100Cursor for pagination. Use the nextCursor value from a previous response.
ISO 8601 datetime. Only return collections with occurrences after this time. Defaults to 24 hours ago.
ISO 8601 datetime. Only return collections with occurrences before this time. Defaults to now.
Regex pattern to filter collections by their shortened URL path.
Filter by resolved status. "all" returns both open and resolved collections.
all, open, resolved