Tables
Query Rows
Query table rows with filtering, sorting, and pagination
POST
Documentation Index
Fetch the complete documentation index at: https://docs.crewship.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Table ID
Request
Filter expression. Use
and / or groups with conditions like { "column": "score", "operator": "gte", "value": 10 }Column name to sort by
Sort direction:
asc or descRows to return (max 1000)
Rows to skip
Response
Matching rows
Total rows matching the filter
Effective limit used
Effective offset used