List database schemas
connections
List database schemas
Retrieves a list of all schemas (databases) available in the specified connection. Each schema includes metadata such as name, description, and whether it’s the default schema. This endpoint is useful for exploring the database structure and discovering available data sources.
GET
List database schemas
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the project Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the connection Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$