Getting a Report on past builds

How can I get a report for the successfully completed builds from date 1 to date 2 for my project? with their name, data, duration?
Thanks

Hello js-cb!

We have a couple different API’s (REST and GraphQL) for you to choose from in regards to getting data about your builds.

If you’re familiar with REST, I’d recommend taking a look at our REST API Build Documentation as we document how to list all your builds. Included in that documentation is a list of optional query string parameters which will help you narrow down the information as you requested.

You can use the optional created_from to handle your date range and state (with the state list) which should get you the build information you’re looking for.

Cheers

1 Like

Thanks Jared!

Happy to help!