Look Up Dataset Rows
Endpoints
Look Up Dataset Rows
Return full row data for one or more row IDs from the dataset’s latest ready version.
POST
Look Up Dataset Rows
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Look up specific rows by their id column value.
Every dataset includes a 0-based id column assigned at ingest. Pass 1--256 integer IDs; duplicates are removed.
Row ids to fetch. Duplicates are de-duplicated.
Required array length:
1 - 256 elementsResponse
Successful Response
Rows matching a DatasetRowsLookupRequest.
Returned rows follow the request ids order (duplicates removed). IDs not present in the dataset are omitted -- reconcile against the request to detect missing IDs.