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