@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AgentInstanceHistoryItemResult

    A single conversation history item belonging to an agent instance.

    Index
    agentInstanceKey: AgentInstanceKey

    The key of the agent instance this item belongs to.

    The commit status of this history item.

    The content blocks of this history item.

    elementInstanceKey: ElementInstanceKey

    The key of the AI Agent Task or ad-hoc sub-process element instance under which this item was produced.

    historyItemKey: AgentHistoryItemKey

    The unique key for this history item. Stable and sortable by creation order.

    jobKey: JobKey

    The key of the job activation during which this item was produced.

    jobLease: string

    The lease token of the activation that produced this item.

    loopIteration: LoopIterationId

    The loopIteration this item belongs to. A loopIteration is one pass through the agent feedback loop: one LLM call, its tool dispatches, and their results.

    Per-call token and latency metrics. Null when metrics were not provided at creation time.

    producedAt: string

    The connector-side timestamp of when this message was produced.

    The role of this history item in the conversation.

    Tool calls for this item. Empty for USER items and ASSISTANT items with no tool dispatches. ASSISTANT items: dispatched tool calls with arguments populated. TOOL_RESULT items: single-entry array referencing the originating tool call (arguments null).