Retrieve a database schema entity by UUID or fully qualified name with optional field expansion for tables, owners, tags, and custom properties using the Collate REST API.
owners, tables, usageSummary, tags, certification, extension, domains, sourceHash, followers.all, deleted, or non-deleted entities.GET /v1/databaseSchemas/name/{fqn} to retrieve by fully qualified name.
Glue.default.information_schema).owners, tables, usageSummary, tags, certification, extension, domains, sourceHash, followers.all, deleted, or non-deleted entities.service.database.schema.fields contains owners.fields contains tags.fields contains domains.| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this schema |
404 | NOT_FOUND | Schema with given ID or FQN does not exist |