Required. Runtime project ID to look up runtime project attachment for. Lookup happens across all regions. Expected format: projects/{project}/locations/{location}.
[[["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-28 UTC."],[[["\u003cp\u003eThis API endpoint, \u003ccode\u003elookupRuntimeProjectAttachment\u003c/code\u003e, retrieves runtime project attachment information across all regions for a specified project.\u003c/p\u003e\n"],["\u003cp\u003eThe API uses a \u003ccode\u003eGET\u003c/code\u003e request with a URL path parameter \u003ccode\u003ename\u003c/code\u003e, which is formatted as \u003ccode\u003eprojects/{project}/locations/{location}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this API call must be empty, and no data needs to be included with the request itself.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return a JSON object containing a \u003ccode\u003eruntimeProjectAttachment\u003c/code\u003e, or an empty response if no project attachment is found.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this API call requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003eapihub.runTimeProjectAttachments.list\u003c/code\u003e on the \u003ccode\u003ename\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.lookupRuntimeProjectAttachment\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.LookupRuntimeProjectAttachmentResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n\nLook up a runtime project attachment. This API can be called in the context of any project.\n\n### HTTP request\n\n`GET https://apihub.googleapis.com/v1/{name=projects/*/locations/*}:lookupRuntimeProjectAttachment`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe [ListRuntimeProjectAttachments](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.runtimeProjectAttachments/list#google.cloud.apihub.v1.RuntimeProjectAttachmentService.ListRuntimeProjectAttachments) method's response.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `apihub.runTimeProjectAttachments.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]