Skip to main content
GET
Read the branched family a session belongs to

Path Parameters

sessionId
string<uuid>
required

The session's id.

Query Parameters

label
string

Keep only sessions carrying this exact entry label, plus their ancestors. Absent returns the whole family.

Maximum string length: 128

Response

The branched family this session belongs to.

One whole branched family: every session reachable from the one asked about through branch provenance, root first, parents always listed before the branches that came off them.

rootSessionId
string<uuid>
required

The family's root — the session nothing in this family branched from. It names which family was searched even when a label filter left no nodes at all.

nodes
object[]
required

The family's sessions, root first. Empty only when a label filter matched nothing.