- Supports various filter operators (contains, in, not, lt, gt, etc.)
- Results can be sorted by any field ID
- Pagination available with offset/limit or cursor-based approach
Authorizations
Enter your Fillout API key. Format: Bearer <api_key>
Path Parameters
The unique identifier of the database
The unique identifier of the table. You can also use the table name instead of the ID.
Body
application/json
Number of records to return (1-2000, default: 500)
Required range:
1 <= x <= 2000
Number of records to skip for pagination
Required range:
x >= 0
Filter conditions using field IDs or field names as keys. Supports exact matches, operators (contains, not, in, notIn, lt, lte, gt, gte), and select field filtering