v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442921.9 KB

Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with <code>RecordIdentifierValue</code> is found, then an empty result is returned.

get/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString

Path parameters

FeatureGroupNamestring required

The name of the feature group from which you want to retrieve a record.

Query parameters

RecordIdentifierValueAsStringstring required

The value that corresponds to <code>RecordIdentifier</code> type and uniquely identifies the record in the <code>FeatureGroup</code>.

FeatureNameFeatureName[]

List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

Response

Success