List all documents in a table.

Path parameters

collection_idstringRequired
table_idstringRequired

Headers

AuthorizationstringRequired

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

Query parameters

limitintegerOptional

Limit of records to return

cursorstringOptional

Cursor to fetch next set of records

querystringOptional

Search query

Response

Successful Response

datalist of objectsOptional
next_cursorstringOptional
has_morebooleanOptional
total_countintegerOptionalDefaults to 0

Errors