How Can I See the Date and Time a Build Started or Ended

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

mceclip2.png

 

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: 

Screen_Shot_2021-01-11_at_9.00.07_AM.png

Job: https://circleci.com/docs/api/v2/#tag/Job

Example response:

Screen_Shot_2021-01-11_at_9.09.41_AM.png

 

Was this article helpful?
1 out of 8 found this helpful

Comments

1 comment
  • That's hard to find for such a useful piece of information, could it be made more visible?

    3

Article is closed for comments.