Skip to main content
POST
Create a failure group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
label
string
required

Human label for the failure mode (the group_key).

Minimum string length: 1
type
enum<string>
required

app or test issue.

Available options:
app,
test
diagnosis
string
required

Markdown root-cause summary.

recommendation
string
required

What to do next.

fingerprint
object | null

Identifying signals for future matching.

matcher
object | null

The group's matcher function for future auto-matching. Attribution is derived from the caller, never the body.

source_run_id
integer | null

Run this diagnosis is based on (provenance).

Response

The failure group.

data
object
required

Response payload.