Required. The name of the Feed and it must be in the format of: projects/projectNumber/feeds/feedId folders/folder_number/feeds/feedId organizations/organization_number/feeds/feedId
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Feed.
[[["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-30 UTC."],[[["\u003cp\u003eThis endpoint retrieves details about a specific asset feed using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL structure requires a \u003ccode\u003ename\u003c/code\u003e parameter that includes the project, folder, or organization number, along with the feed ID, using the format \u003ccode\u003eprojects/projectNumber/feeds/feedId\u003c/code\u003e, \u003ccode\u003efolders/folder_number/feeds/feedId\u003c/code\u003e, or \u003ccode\u003eorganizations/organization_number/feeds/feedId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when requesting the asset feed details.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will include an instance of the \u003ccode\u003eFeed\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: feeds.get\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- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets details about an asset feed.\n\n### HTTP request\n\n`GET https://cloudasset.googleapis.com/v1/{name=*/*/feeds/*}`\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\nIf successful, the response body contains an instance of [Feed](/asset-inventory/docs/reference/rest/v1/feeds#Feed).\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](/docs/authentication#authorization-gcp)."]]