List all documents in a table.

Beta

Path parameters

collection_idstringRequired
table_idstringRequired

Headers

AuthorizationstringRequired

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

Query parameters

limitintegerOptionalDefaults to 50
Limit of records to return
cursorstringOptional
Cursor to fetch next set of records
querystringOptional
Search 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

Errors