GET /v1/services/databaseServices/{id}
Retrieve a Database Service
Get a database service by ID or fully qualified name
GET
GET /v1/services/databaseServices/{id}
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a Database Service
Get a single database service by its unique ID or fully qualified name.Get by ID
UUID of the database service to retrieve.
Comma-separated list of fields to include. Valid fields:
pipelines, owners, tags, domains, followers.Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/services/databaseServices/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the database service (e.g.,
snowflake_prod).Comma-separated list of fields to include. Valid fields:
pipelines, owners, tags, domains, followers.Include
all, deleted, or non-deleted entities.GET /v1/services/databaseServices/{id}
Returns
Returns a database service object with all requested fields populated.Response
Unique identifier for the database service (UUID format).
Database service name.
Fully qualified name of the service.
Human-readable display name.
Description of the database service in Markdown format.
Type of database service (e.g., Snowflake, BigQuery, PostgreSQL).
Connection configuration for the service.
Version number for the entity.
List of owners. Only included when
fields contains owners.Classification tags. Only included when
fields contains tags.Domain assignments. Only included when
fields contains domains.Users following this service. Only included when
fields contains followers.Ingestion pipelines associated with this service. Only included when
fields contains pipelines.Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this database service |
404 | NOT_FOUND | Database service with given ID or FQN does not exist |