Enrich Row Async
Enrich rows in the dataset asynchronously.
Supports two selection modes (exactly one per request, enforced by EnrichRowRequest validator):
- feature_ids — explicit ids; legacy path, unchanged.
- selection — filter spec + fingerprint + expected count. The server validates the fingerprint (400 on mismatch), recomputes the live count (409 on drift), and resolves the matching ids server-side before enqueueing — no wire-payload of large id arrays.
Request body
Example request
{
"feature_ids": [
"00000000-0000-0000-0000-000000000001"
]
}Response
Successful Response
Changes
Changed in 3 of the 30 revisions of this API.79
- ●
deleted the
queryrequest parametertokenrequest-parameter-removed
- ●
added the new
budget_exhaustedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
budget_unavailableenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
confirmation_requiredenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
paid_access_blockedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
run_unaffordableenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
removed the
discovery_allowance_confirmation_requiredenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
discovery_allowance_exhaustedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
discovery_allowance_run_unaffordableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
discovery_allowance_unavailableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ●
- ●
added the new
discovery_allowance_run_unaffordableenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○
added the non-success response with the status
response-non-success-status-added
- ○