v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
enrichment

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.
post/api/v1/enrichment/enrich_async/{enrichment_id}

Query parameters

tokenstring nullable

Firebase ID token for MVT authentication

Firebase ID token for MVT authentication

Request body

feature_idsstring[] nullable
high_priorityboolean

Execute with high priority if True

point_actionboolean

True for a deliberate single-cell enrichment. Only a point action skips the coordinator; column kickoffs stay coordinator-keyed even when they resolve to a single row.

Example request

{
  "feature_ids": [
    "00000000-0000-0000-0000-000000000001"
  ]
}

Response

Successful Response

workflow_idsstring[] required
feature_idsstring[] required
coordinator_workflow_idstring nullable