Skip to main content
POST
Search rows

When you’d use this

Whenever you want to see actual rows. Apply filters to narrow the result, get up to 1,000 rows per call, then use the cursor to keep paging.

Why POST instead of GET?

The filter object can be complex (nested objects, arrays). It doesn’t fit cleanly in a URL, so we put it in the request body. The server is still doing a “read” — it just needs more input.

Request body fields

Request

Response

Field reference

Common error

This means you used an operator that doesn’t fit the column type. Check /schema to see which operators each column supports.