GET /v1/charts/{id}
Retrieve a Chart
Get a chart by ID or fully qualified name
GET
GET /v1/charts/{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 Chart
Get a single chart by its unique ID or fully qualified name.Get by ID
UUID of the chart to retrieve.
Comma-separated list of fields to include (e.g.,
owners,tags,followers,votes,extension,domains,sourceHash).Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/charts/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the chart (e.g.,
sample_superset.114).Comma-separated list of fields to include:
owners, tags, followers, votes, extension, domains, sourceHash.Include
all, deleted, or non-deleted entities.GET /v1/charts/{id}
Returns
Returns a chart object with all requested fields populated.Response
Unique identifier for the chart (UUID format).
Chart name.
Fully qualified name in format
service.chartName.Human-readable display name.
Description of the chart in Markdown format.
Type of chart visualization.
Reference to the parent dashboard service.
URL of the chart in the source system.
Type of dashboard service (e.g., Superset, Looker, Tableau).
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 chart |
404 | NOT_FOUND | Chart with given ID or FQN does not exist |