---
title: "Get Row by ID"
method: GET
path: "/studio/v1/audiences/{audienceId}/rows/{rowId}"
tags: ["Audiences"]
---

# Get Row by ID

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

Retrieves a single row from an audience by its `rowId`.
Returns the full row record including all cell values and their `CellState` — `RESULT` (value present), `BLANK` (no value set), `LOADING` (enrichment in progress), `ERROR` (enrichment failed for this cell), or `NO_RESULT` (enrichment completed but returned no match).
To limit the response to specific columns, pass one or more `columnId` values in the `columns` query parameter; if omitted, all columns are returned.
Use this endpoint to inspect individual records, verify enrichment results, or retrieve a row before an update operation.
Returns `200` with the row resource.
Returns `404` if the `audienceId` or `rowId` does not exist.

## Path parameters

- `audienceId` string, uuid, required
- `rowId` string, uuid, required

## Query parameters

- `columns` string[]

## 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)
