Search for patterns similar to a given incident description.
admin or member
200 OK with a ranked list of similar patterns, ordered by similarity score descending.
| Field | Type | Description |
|---|---|---|
patternId | string | Unique identifier for the matching pattern |
title | string | Human-readable summary of the failure pattern |
similarity | number | Similarity score between 0 and 1. Higher values indicate a closer match |
confidence | number | Pattern confidence score between 0 and 1, based on confirmed historical occurrences |
status | string | Pattern maturity: emerging or stable |
occurrences | integer | Number of past incidents where this pattern was confirmed |
similarity above 0.85 are strong matches and suggest a known pattern is likely to apply. Results between 0.6 and 0.85 are worth reviewing but may require further investigation. Results below 0.6 are returned for completeness but are unlikely to be directly applicable.| Status | Error code | Description |
|---|---|---|
400 | validation_error | title or description is missing or empty |