Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the table to query
Query Parameters
Maximum number of records to return
Required range:
1 <= x <= 1000
Number of records to skip for pagination
Required range:
x >= 0
Sort order (e.g., "createdAt.desc", "name.asc")
Comma-separated list of columns to return
Filter by field value (e.g., "?status=eq.active", "?age=gt.18")
Response
List of records
The response is of type object[]
.