ListFeatureViewOnlineFeatures
Retrieves online features from a feature view based on one or more join IDs. For each join ID provided, the operation returns the corresponding feature fields as key-value pairs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:ListFeatureViewOnlineFeatures |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v1/instances/{InstanceId}/featureviews/{FeatureViewId}/onlinefeatures HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. You can get this ID by calling the |
fs-cn-******** |
| FeatureViewId |
string |
Yes |
The feature view ID. You can get this ID by calling the |
1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JoinIds |
array |
Yes |
The join IDs used to retrieve online features. |
|
|
string |
Yes |
A join ID. |
user1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
BF349686-C932-55B5-9B31-DAFA395C0E06 |
| OnlineFeatures |
array |
An array of the retrieved online feature records. |
|
|
string |
An online feature record, provided as a JSON-formatted string. |
{"f1":123,"f2":"456"} |
Examples
Success response
JSON format
{
"RequestId": "BF349686-C932-55B5-9B31-DAFA395C0E06",
"OnlineFeatures": [
"{\"f1\":123,\"f2\":\"456\"}"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.