Buildkite Changelog

What’s new and updated in Buildkite


Access build annotations via the REST API

Posted November 04, 2019 by Jessica

We’ve added the annotations endpoint to our REST API for retrieving a build’s annotations 🗃

The data is presented as rendered HTML (the same HTML we use within the app) within a JSON body, alongside everything else you might want to know about the annotation.

annotations-api-output.png

You can read more about this addition in the Annotations API documentation 📖

Feature