GET /api/v1/growth/runs/{run_id}
Retrieve the current status, progress, and result handles for a growth run. Poll this endpoint until status is "completed" or "failed".
Path parameters
UUID of the growth run returned by
POST /api/v1/growth/run.Response
UUID of the run.
Current status:
"pending", "running", "completed", "failed", or "cancelled".Per-stage progress breakdown (e.g.
{ "email_lookup": "completed", "email_verify": "running" }).Progress details including
percent and message.Available result records when
status is "completed".Downloadable output artifacts when
status is "completed".Export-ready file handles (CSV, JSON) when available.
Summary of delivered counts, pricing, and rebate credits.
Breakdown of how many records were enriched and from which pipeline stages.
Records that could not be enriched or verified.
Example
cURL
Response (running)
Response (completed)