GET /v1/services/dashboardServices/{id}
Retrieve a Dashboard Service
Get a dashboard service by ID or fully qualified name
GET
GET /v1/services/dashboardServices/{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 Dashboard Service
Get a single dashboard service by its unique ID or fully qualified name.Get by ID
UUID of the dashboard service to retrieve.
Comma-separated list of fields to include (e.g.,
owners,tags,domains).Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/services/dashboardServices/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the dashboard service (e.g.,
sample_looker).Comma-separated list of fields to include:
owners, tags, domains.Include
all, deleted, or non-deleted entities.GET /v1/services/dashboardServices/{id}
Returns
Returns a dashboard service object with all requested fields populated.Response
Unique identifier for the dashboard service (UUID format).
Dashboard service name.
Fully qualified name of the service.
Human-readable display name.
Description of the dashboard service in Markdown format.
Type of dashboard service (e.g., Superset, Looker, Tableau, Metabase, PowerBI).
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.Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this dashboard service |
404 | NOT_FOUND | Dashboard service with given ID or FQN does not exist |