List all tables in a given project. If more than limit
tables exist, a cursor for pagination will be returned with the response.
List of tables paginated
The response for a bad request.
Validation Error
{- "items": [
- {
- "columns": {
- "property1": {
- "type": "TEXT"
}, - "property2": {
- "type": "TEXT"
}
}, - "options": {
- "space": "string",
- "externalId": "string",
- "version": "string"
}, - "type": "raw_rows",
- "tablename": "string"
}
], - "nextCursor": "string"
}