v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Client

Query Records

Query records from a table with filtering, sorting, and pagination

get/api/database/records/{tableName}

Path parameters

tableNamestring required

Name of the table to query

Query parameters

limitinteger

Maximum number of records to return

offsetinteger

Number of records to skip for pagination

orderstring

Sort order (e.g., "createdAt.desc", "name.asc")

selectstring

Comma-separated list of columns to return

fieldstring

Filter by field value (e.g., "?status=eq.active", "?age=gt.18")

Response

List of records

object[] required