Query Records
Client
Query Records
Query records from a table with filtering, sorting, and pagination
GET
Query Records
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 <= 1000Number of records to skip for pagination
Required range:
x >= 0Sort 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