Skip to main content
GET
/
public
/
orgs
/
{org_id}
/
nodes
/
{node_id}
/
tree
/
{branch}
/
commits
/
{commit_id}
/
canvas
Get Public Canvas State At Commit
curl --request GET \
  --url https://api.yertle.com/public/orgs/{org_id}/nodes/{node_id}/tree/{branch}/commits/{commit_id}/canvas
{}

Documentation Index

Fetch the complete documentation index at: https://docs.yertle.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

org_id
string<uuid>
required
node_id
string
required
branch
string
required
commit_id
string
required

Query Parameters

resolve_children
string
default:latest
Pattern: ^(latest|snapshot)$
Pattern: ^(slim|full)$

Response

Successful Response

Flat canvas state — dictionary keyed by node ID.

Each value is a push-compatible state object for that node. The schema is inherently dynamic because keys are UUIDs, so this response type is a passthrough JSON object.