- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Retrieve a list of MetadataFeeds.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*}/metadataFeeds
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The resource name of the parent location, in the format |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of metadata feeds to return. The service might return fewer feeds than this value. If unspecified, at most 10 feeds are returned. The maximum value is 1,000. |
pageToken |
Optional. The page token received from a previous |
filter |
Optional. Filter request. Filters are case-sensitive. The service supports the following formats:
You can combine filters with |
orderBy |
Optional. The field to sort the results by, either |
Request body
The request body must be empty.
Response body
Response message for metadataFeeds.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"metadataFeeds": [
{
object ( |
| Fields | |
|---|---|
metadataFeeds[] |
List of metadata feeds under the specified parent location. |
nextPageToken |
A token to retrieve the next page of results. If there are no more results in the list, the value is empty. |
unreachable[] |
Unordered list. Locations that the service couldn't reach. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
dataplex.metadataFeeds.list
For more information, see the IAM documentation.