get_figure_v1_figures__figure_id__get
Retrieve a figure by UUID with full details, including viz_spec, transform config, and like status. Public figures accessible to all; private drafts returned only to their creator.
Instructions
GET /v1/figures/{figure_id} (public) — Get a figure by UUID — Get a figure by its UUID.
Returns full view details including viz_spec, transform_config, inline_data, origin, like_count, and is_liked_by_me.
Visibility: public figures are returned to anyone; private drafts are returned only to their creator. Non-owners get a 404 for private drafts (we don't leak existence).
Authentication: Optional. When authenticated, the creator can read their own drafts and is_liked_by_me reflects the user's like status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figure_id | Yes |