---
title: "Fetch Audience"
method: GET
path: "/studio/v1/audiences/{audienceId}"
tags: ["Audiences"]
---

# Fetch Audience

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

Retrieves the full state of a single audience by its `audienceId`.
Returns all audience attributes — name, type, source origin, current `recordCount`, folder location, creation and update timestamps, and the complete column structure with all column properties.
Use this endpoint to check audience configuration before writing rows or before running enrichment.
Returns `200` with the audience resource.
Returns `404` if no audience matches the provided `audienceId`.

## Path parameters

- `audienceId` 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)
