Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
Query parameters
filter
string
Lists the FeatureViews that match the filter expression. The following filters are supported:
createTime: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format.
updateTime: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format.
labels: Supports key-value equality as well as key presence.
Examples:
createTime > \"2020-01-31T15:30:00.000000Z\" OR
updateTime > \"2020-01-31T15:30:00.000000Z\" --> FeatureViews created or updated after 2020-01-31T15:30:00.000000Z.
labels.active = yes AND labels.env = prod --> FeatureViews having both (active: yes) and (env: prod) labels.
labels.env: * --> Any FeatureView which has a label with 'env' as the key.
pageSize
integer
The maximum number of FeatureViews to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.
[[["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-06-27 UTC."],[],[],null,["# Method: featureViews.list\n\n**Full name**: projects.locations.featureOnlineStores.featureViews.list\n\nLists FeatureViews in a given FeatureOnlineStore. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{parent}``/featureViews` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the FeatureOnlineStore to list FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`\n\n### Query parameters\n\n`filter` `string` \nLists the FeatureViews that match the filter expression. The following filters are supported:\n\n- `createTime`: Supports `=`, `!=`, `\u003c`, `\u003e`, `\u003e=`, and `\u003c=` comparisons. Values must be in RFC 3339 format.\n- `updateTime`: Supports `=`, `!=`, `\u003c`, `\u003e`, `\u003e=`, and `\u003c=` comparisons. Values must be in RFC 3339 format.\n- `labels`: Supports key-value equality as well as key presence.\n\nExamples:\n\n- `createTime \u003e \\\"2020-01-31T15:30:00.000000Z\\\" OR\n updateTime \u003e \\\"2020-01-31T15:30:00.000000Z\\\"` --\\\u003e FeatureViews created or updated after 2020-01-31T15:30:00.000000Z.\n- `labels.active = yes AND labels.env = prod` --\\\u003e FeatureViews having both (active: yes) and (env: prod) labels.\n- `labels.env: *` --\\\u003e Any FeatureView which has a label with 'env' as the key.\n`pageSize` `integer` \nThe maximum number of FeatureViews to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.\n`pageToken` `string` \nA page token, received from a previous [FeatureOnlineStoreAdminService.ListFeatureViews](/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews/list#google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureViews) call. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to [FeatureOnlineStoreAdminService.ListFeatureViews](/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews/list#google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureViews) must match the call that provided the page token.\n`orderBy` `string` \nA comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.\n\nSupported fields:\n\n- `featureViewId`\n- `createTime`\n- `updateTime`\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [FeatureOnlineStoreAdminService.ListFeatureViews](/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews/list#google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureViews).\n\nIf successful, the response body contains data with the following structure:\nFields `featureViews[]` `object (`[FeatureView](/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews#FeatureView)`)` \nThe FeatureViews matching the request.\n`nextPageToken` `string` \nA token, which can be sent as [ListFeatureViewsRequest.page_token](/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews/list#body.QUERY_PARAMETERS.page_token) to retrieve the next page. If this field is omitted, there are no subsequent pages."]]