Skip to main content
GET
GET /v1/charts/{id}

Retrieve a Chart

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

Get by ID

string
required
UUID of the chart to retrieve.
string
Comma-separated list of fields to include (e.g., owners,tags,followers,votes,extension,domains,sourceHash).
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.

Get by Fully Qualified Name

Use GET /v1/charts/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the chart (e.g., sample_superset.114).
string
Comma-separated list of fields to include: owners, tags, followers, votes, extension, domains, sourceHash.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/charts/{id}

Returns

Returns a chart object with all requested fields populated.

Response

string
Unique identifier for the chart (UUID format).
string
Chart name.
string
Fully qualified name in format service.chartName.
string
Human-readable display name.
string
Description of the chart in Markdown format.
string
Type of chart visualization.
object
Reference to the parent dashboard service.
string
URL of the chart in the source system.
string
Type of dashboard service (e.g., Superset, Looker, Tableau).
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.

Error Handling