Build Date and Time
Follow the steps below to access the date and time of a build, either in the UI or via the API
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
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?
Article is closed for comments.