---
title: "Get Job Status"
method: GET
path: "/studio/v1/audiences/{audienceId}/jobs/{jobId}"
tags: ["Audiences"]
---

# Get Job Status

`GET /studio/v1/audiences/{audienceId}/jobs/{jobId}`

Returns the current status and progress of any previously initiated asynchronous job for an audience.
Covers all job types: `AUDIENCE_CREATE`, `AUDIENCE_ENRICH`, and `ROW_UPSERT`.
Provide the `audienceId` and `jobId` returned by the originating operation.
The response includes the job status — one of `SCHEDULED` (queued), `RUNNING` (actively processing), `SUCCEEDED` (finished successfully), `PARTIALLY_SUCCEEDED` (completed with some failures), `FAILED` (terminated with errors), or `CANCELLED` — and a `percentProgress` value.
Returns `200` with the job status resource.
Returns `404` if the `audienceId` or `jobId` does not exist.

## Path parameters

- `audienceId` string, uuid, required
- `jobId` string, uuid, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
