cURL
curl --request GET \ --url https://api.staging.qyl.dev/api/v1/alerts/fixes
{ "items": [ { "id": "<string>", "issue_id": "<string>", "trigger_type": "alert", "strategy": "<string>", "status": "pending", "created_at": "2023-11-07T05:31:56Z", "alert_firing_id": "<string>", "model_name": "<string>", "model_provider": "<string>", "error_message": "<string>", "tokens_used": 123, "duration_ms": 123, "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "next_cursor": "<string>", "prev_cursor": "<string>" }
List fix runs
Issue ID filter
Status filter Fix run status
pending
running
awaiting_approval
applied
rejected
failed
Page size
1 <= x <= 100
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?