Skip to main content
GET
GET /v1/services/databaseServices/{id}

Retrieve a Database Service

Get a single database service by its unique ID or fully qualified name.

Get by ID

string
required
UUID of the database service to retrieve.
string
Comma-separated list of fields to include. Valid fields: pipelines, owners, tags, domains, followers.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.

Get by Fully Qualified Name

Use GET /v1/services/databaseServices/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the database service (e.g., snowflake_prod).
string
Comma-separated list of fields to include. Valid fields: pipelines, owners, tags, domains, followers.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/services/databaseServices/{id}

Returns

Returns a database service object with all requested fields populated.

Response

string
Unique identifier for the database service (UUID format).
string
Database service name.
string
Fully qualified name of the service.
string
Human-readable display name.
string
Description of the database service in Markdown format.
string
Type of database service (e.g., Snowflake, BigQuery, PostgreSQL).
object
Connection configuration for the service.
number
Version number for the entity.
array
List of owners. Only included when fields contains owners.
array
Classification tags. Only included when fields contains tags.
array
Domain assignments. Only included when fields contains domains.
array
Users following this service. Only included when fields contains followers.
array
Ingestion pipelines associated with this service. Only included when fields contains pipelines.

Error Handling