Interactive interface for every server endpoint
/ - Web UI/health - Health check/api/v1/triages - Create triage/api/v1/triages?continuation_token=&limit=&stack=&episode_start=&recent= - List triages page (same fields as GET triage)/api/v1/triages/{triage_id} - Get triage status/result/api/v1/triages/{triage_id}/searches - List triage searches/api/v1/triages/{triage_id}/searches/{search_id} - Get search info/api/v1/triages/{triage_id}/searches/{search_id}/results?offset=&limit= - Get paged search linesSupported rulesets: searchsuccess, schedulerdown, kobundlerep. Use instancelabel only with schedulerdown.
Returns triage rows with the same schema as GET triage, plus next_continuation_token. Filters are combined with logical AND.