In the UI: On the build summary page you can hover over the "Duration" or "Finished" text to display the times and dates your build was started/finished
Using the CircleCI v2 API:
You can retrieve information on a workflow or job level using the following end points.
Workflow: https://circleci.com/docs/api/v2/#tag/Workflow
Example response:
Job: https://circleci.com/docs/api/v2/#tag/Job
Example response:
Comments
That's hard to find for such a useful piece of information, could it be made more visible?
Please sign in to leave a comment.