cURL
curl --request GET \ --url https://api.qyl.dev/v1/exceptions
{ "items": [ { "exception_type": "<string>", "message": "<string>", "stack_trace": { "frames": [ { "index": 123, "location": { "filepath": "<string>", "line_number": 2, "column_number": 2, "function_name": "<string>", "class_name": "<string>", "namespace": "<string>" }, "is_user_code": true, "module_name": "<string>", "module_version": "2.1.0", "is_native": true } ], "truncated": true, "total_frames": 123 }, "cause": "<unknown>", "data": [ { "key": "<string>", "value": "<string>" } ], "fingerprint": "<string>", "first_seen": "2023-11-07T05:31:56Z", "last_seen": "2023-11-07T05:31:56Z", "occurrence_count": 1, "affected_users": 1, "status": "new" } ], "has_more": true, "next_cursor": "<string>", "prev_cursor": "<string>" }
List exceptions
Service name filter
Exception type filter
Status filter Exception status
new
investigating
in_progress
resolved
ignored
regressed
Start time
End time
Page size
1 <= x <= 1000
Cursor
The request has succeeded.
Cursor-based paginated response wrapper
List of items in this page
Show child attributes
Whether there are more items available
Cursor for the next page (null if no more pages)
Cursor for the previous page (null if first page)
Was this page helpful?