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

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