Skip to content
FeedbackDashboard

Diagnostics

Get diagnostics for a build
$client->builds->diagnostics->list(string buildID, ?string cursor, ?float limit, ?Severity severity, ?string targets): Page<BuildDiagnostic>
GET/v0/builds/{buildId}/diagnostics
ModelsExpand Collapse
string code

The kind of diagnostic.

bool ignored

Whether the diagnostic is ignored in the Stainless config.

Level level

The severity of the diagnostic.

string message

A description of the diagnostic.

?string configRef

A JSON pointer to a relevant field in the Stainless config.

?string oasRef

A JSON pointer to a relevant field in the OpenAPI spec.

One of the following:
Markdown
string markdown
"markdown" type
Raw
string raw
"raw" type