Get Row by ID

Retrieves a single row from an audience by its rowId. Returns the full row record including all cell values and their CellStateRESULT (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 Params
uuid
required

The unique identifier for the audience

uuid
required

The unique identifier for the row

Query Params
columns
array of strings

List of column IDs to include in the response, If provided, only these columns will be returned for each row.

columns
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json