⚠ CircleCI Server 2.x is no longer a supported release ⚠
This article is legacy content
If you want to see full details of a job including details about the steps similar to the UI, but in plain text, please use the below API:
If you are already logged in to the UI:
<circleci_url>/api/v1.1/project/github/ORG/PROJECT/BUILD_NUM
Through Curl command:
curl -X GET <circleci_url>/api/v1.1/project/github/ORG/PROJECT/BUILD_NUM \
-H "Circle-Token: CIRCLE_API_USER_TOKEN"
If you have any more questions, please submit a ticket to Support or write to support@circleci.com.
Comments
Article is closed for comments.