---
title: "View"
method: GET
path: "/audiences/view"
tags: ["Audiences"]
---

# View

`GET /audiences/view`

Get information about an audience.

## Query parameters

- `name` string, required
- `indexing_token` string

## Headers

- `X-Batch-Project` string, required

## Response `200`

If the GET to the API endpoint is successful you will receive an HTTP 200 confirmation and information about your audience.

- OneAudience
  - `name` string
  - `display_name` string
  - `type` 'CUSTOM_ID'
  - `nb_ids` integer
  - `indexing_state` 'APPLIED' | 'IN_PROGRESS' | 'REPLACED'
  - `created` string — UTC Date in a RFC 3339 format.
  - `updated` string — UTC Date in a RFC 3339 format.

## Other responses

- `400` — The request is malformed
- `401` — The Rest API Key is not valid for this project
- `404` — Not found
- `429` — Too Many Requests
- `500` — Unexpected error
- `503` — Batch's services are under maintenance. Please try again later

---

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