List all database tables for the current vault
Lists all database tables belonging to the authenticated user's vault, with limit/offset pagination.
GET
/api/database-tablesQuery parameters
limitintegeroffsetintegerpage_sizeintegerRequest
curl
curl -X GET https://platform.trickest.com/api/database-tables \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of database tables
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring