List all documents in a table.

Beta

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

collection_idstringRequired
table_idstringRequired

Query parameters

limitintegerOptionalDefaults to 50
Limit of records to return
cursorstringOptional
Cursor to fetch next set of records
querystringOptional
Search query
offsetintegerOptionalDefaults to 0
Offset to fetch next set of records
sort_bystring or nullOptional
Sort by field
filter_columnstring or nullOptional

Column to filter by (column_id or column_display_name). Requires filter_value. Cannot be used with pagination, sorting or query.

filter_valuestring or nullOptional

Value to match on. No partial text matching. Requires filter_column. Cannot be used with pagination, sorting or query.

Response

Successful Response
datalist of objects or null
next_cursorstring or null
has_moreboolean or nullDefaults to false
total_countinteger or nullDefaults to 0
documents_uploadingboolean or nullDefaults to false

Errors