Get database by ID
Databases
Get Database by ID
Retrieves a specific database by ID with complete table definitions.
GET
Get database by ID
Retrieves detailed information about a specific database including all tables, fields, and views.
- Returns complete database structure including table schemas
- Includes field configurations and view definitions
- Use this endpoint to understand database structure before making changes
Authorizations
Enter your Zite API key. Format: Bearer <api_key>
Path Parameters
The unique identifier of the database
Response
Database details
Unique UUID identifier for the database
Example:
"bad4b276-f604-47ad-86e5-d2ae4f60968f"
Name of the database
List of tables in the database
ISO timestamp of when the database was created
Example:
"2025-10-18T02:08:14.784Z"
ISO timestamp of when the database was last updated
Example:
"2025-10-18T02:08:14.784Z"
URL to view this database in the app
Example:
"https://app.zite.com/database/bad4b276-f604-47ad-86e5-d2ae4f60968f"
Workspace ID that owns this database
Last modified on April 28, 2026