[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-17 UTC."],[[["\u003cp\u003eThis API call retrieves information about a specific build, including its status and timing details.\u003c/p\u003e\n"],["\u003cp\u003eThe request uses a \u003ccode\u003eGET\u003c/code\u003e HTTP method with a specific URL structure to target the build.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eprojectId\u003c/code\u003e and \u003ccode\u003eid\u003c/code\u003e as path parameters to identify the desired build.\u003c/p\u003e\n"],["\u003cp\u003eAn optional query parameter \u003ccode\u003ename\u003c/code\u003e can be used to identify the build in an alternate format.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and successful requests return a \u003ccode\u003eBuild\u003c/code\u003e object containing the build information.\u003c/p\u003e\n"]]],[],null,["# Method: projects.builds.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturns information about a previously requested build.\n\nThe `Build` that is returned includes its status (such as `SUCCESS`, `FAILURE`, or `WORKING`), and timing information.\n\n### HTTP request\n\n`GET https://cloudbuild.googleapis.com/v1/projects/{projectId}/builds/{id}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Build](/build/docs/api/reference/rest/v1/projects.builds#Build).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]