Skip to main content
GET
/
orgs
/
{org_id}
/
nodes
/
{node_id}
/
tree
/
{branch}
/
complete
Get Complete State By Branch
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/nodes/{node_id}/tree/{branch}/complete
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

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

Response

Successful Response