Description of the feature request
Expose an API endpoint in https://api-docs.bitrise.io/ that will return only the execution summary of build.
Use case / for what or how I would use it
Currently the way to retrieve this is to get the build log, and parse the last chunk. The request is to expose this information in a straight-forward json structure and without the color stylings.
The output of this new API may be used in analyzing where specific builds are taking time and what can be prioritized for optimization.