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 nullOptional
next_cursorstring or nullOptional
has_morebooleanOptionalDefaults to false
total_countintegerOptionalDefaults to 0

Errors