---
title: "List Rows"
method: POST
path: "/studio/v1/audiences/{audienceId}/rows/actions/search"
tags: ["Audiences"]
---

# List Rows

`POST /studio/v1/audiences/{audienceId}/rows/actions/search`

Retrieves rows from an audience with support for filtering, sorting, and pagination.
Rows are individual contact or company records; each row contains cells keyed by `columnId`, where each cell reports its `value` and a `CellState` — `RESULT` (value present), `BLANK` (no value set), `LOADING` (enrichment in progress), `ERROR` (enrichment failed for this cell), or `NO_RESULT` (enrichment returned no match).
Provide a flat `filters` array in the request body to narrow results by column values and conditions.
Use `page[number]` and `page[size]` (default `25`, max `100`) to paginate through results.
Use the `sort` query parameter with a `columnId` value and a `-` prefix for descending order.
Use the `columns` query parameter to limit which columns are returned per row.
Returns `200` with a paginated array of rows and navigation links.
Returns `400` if filter criteria are malformed or column references are invalid.

## Path parameters

- `audienceId` string, uuid, required

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `sort` string
- `columns` string[]

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
