get
https://api.zoominfo.com/gtm/studio/v1/audiences//actions/enrich/job/
Returns the current status of a previously initiated enrichment job.
Poll this endpoint after calling Enrich Audience to determine when the job has finished.
The response includes the job status — one of SCHEDULED (queued), RUNNING (actively processing), SUCCEEDED (finished successfully), PARTIALLY_SUCCEEDED (completed with some failures), or FAILED (terminated with errors) — and a percentProgress value.
The jobId is obtained from the Enrich Audience response.
Once the job reaches SUCCEEDED, enriched column values are available in the audience rows.
Returns 200 with the job status resource.
Returns 404 if the audienceId or jobId does not exist.