v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-02251756.0 KB

Get diagnostics for a build

Get the list of diagnostics for a given build.

If no language targets are specified, diagnostics for all languages are returned.

get/v0/builds/{buildId}/diagnostics

Path parameters

buildIdstring required

Build ID

Query parameters

targetsstring

Optional comma-delimited list of language targets to filter diagnostics by

severity'fatal' | 'error' | 'warning' | 'note'

Includes the given severity and above (fatal > error > warning > note).

cursorstring

Pagination cursor from a previous response

limitnumber

Maximum number of diagnostics to return, defaults to 100 (maximum: 100)

Response

success

has_moreboolean required
next_cursorstring