---
title: "POST /v1/{+featureView}:fetchFeatureValues"
method: POST
path: "/v1/{+featureView}:fetchFeatureValues"
tags: ["projects"]
---

# POST /v1/{+featureView}:fetchFeatureValues

`POST /v1/{+featureView}:fetchFeatureValues`

Fetch feature values under a FeatureView.

## Path parameters

- `featureView` string, required

## Request body

- GoogleCloudAiplatformV1FetchFeatureValuesRequest — Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.
  - `dataKey` GoogleCloudAiplatformV1FeatureViewDataKey — Lookup key for a feature view.
    - `key` string — String key to use for lookup.
    - `compositeKey` GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey — ID that is comprised from several parts (columns).
      - `parts` string[] — Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.
  - `dataFormat` 'FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED' | 'KEY_VALUE' | 'PROTO_STRUCT' — Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/aiplatform.md) · [All operations](https://skmtc.net/google/apis/aiplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/aiplatform/versions/b608d71b91f0/schema)
