List all documents in a table.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collection_id
table_id
Query parameters
limit
Limit of records to return
cursor
Cursor to fetch next set of records
query
Search query
offset
Offset to fetch next set of records
sort_by
Sort by field
filter_column
Column to filter by (column_id or column_display_name). Requires filter_value. Cannot be used with pagination, sorting or query.
filter_value
Value to match on. No partial text matching. Requires filter_column. Cannot be used with pagination, sorting or query.
Response
Successful Response
data
next_cursor
has_more
total_count
documents_uploading