Get chart
get_chartUse this when the user identifies a saved chart by id and wants to view it or retrieve its metadata and URLs. Displays the published chart when available and does not return its config; requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opaque 32-character saved-chart id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opaque 32-character saved-chart id | |
| view | Yes | ||
| title | Yes | Saved chart title | |
| source | Yes | Chart origin; an open set of string values | |
| editUrl | Yes | ||
| embedUrl | Yes | Interactive-embed URL | |
| imageUrl | Yes | Rendered-image URL | |
| configUrl | Yes | Owner-only chart-config endpoint | |
| createdAt | Yes | ISO-8601 creation timestamp | |
| manageUrl | Yes | ||
| sizeBytes | Yes | Compressed size of the stored published config, excluding drafts; 0 means no published config has been stored yet | |
| updatedAt | Yes | ISO-8601 last-update timestamp | |
| publishedAt | Yes | ISO-8601 publish timestamp, or null when public URLs are dark |