Run lineage
How Veryfront connects conversations, messages, runs, and child work.
Run lineage connects visible conversation state to the work behind it.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
How Veryfront connects conversations, messages, runs, and child work.
| Field | Meaning |
|---|---|
conversationId | Conversation that owns messages and conversation-owned runs. |
messageId | Message associated with input or output. |
runId | Durable run ID. |
kind | Run kind, such as agent, workflow, or job. |
owner | Scope that owns the run. |
rootRunId | First run in a run tree. |
parentRunId | Run that spawned a child run. |
spawnedFromToolCallId | Tool call that started a child run. |
latestEventId | Latest persisted event for the run. |
cronJobId | Schedule that created a job run. |
jobId | Job record for background execution. |
target | Runtime target, such as a task, workflow, deploy, or agent target. |