Bases

List records

List records in a base table with sort, projection, and filters.

GET/v1/bases/{baseId}/records

Authorization

bearerAuth
AuthorizationBearer <token>

API token issued from the dashboard (Settings → API Tokens). Sent as Authorization: Bearer <token>.

In: header

Path Parameters

baseId*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid

Query Parameters

tableId*string

Required. Identifies which table inside the base to read from.

Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid
limit?integer
Default100
Range1 <= value <= 1000
offset?integer
Default0
Range0 <= value <= 9007199254740991
sort?string

Sort spec fieldId:asc|desc (bare fieldId = asc). Repeatable for multi-level sort — first is primary, max 3 levels.

fields?string

Comma-separated field ids to project the returned data down to.

filterByField?string

Simple equality filter fieldId=value. Repeatable — multiple values are AND-combined.

filter?string

JSON FilterGroup for advanced filtering: {"logic":"and|or","conditions":[{"fieldId":"...","operator":"...","value":"..."}]}. When both filter and filterByField are present, filter wins. Malformed filters return 400.

Response Body

application/json

application/json

application/json

application/json