Skip to main content

AgentRunLog

No description

type AgentRunLog implements Node {
nodeId: ID!
id: String!
workspaceId: String
workspaceAccountId: String!
agentSkillId: String!
triggerType: String!
triggerKey: String
contextIds: JSON
status: String!
inputContext: JSON
toolCalls: JSON
deliveryStatus: JSON
durationMs: Int
errorMessage: String
model: String
tokenUsage: JSON
promptVersion: Int
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
parentRunLogId: String
basePromptVersion: Int
}

Fields

AgentRunLog.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

AgentRunLog.id ● String! non-null scalar

AgentRunLog.workspaceId ● String scalar

AgentRunLog.workspaceAccountId ● String! non-null scalar

AgentRunLog.agentSkillId ● String! non-null scalar

AgentRunLog.triggerType ● String! non-null scalar

AgentRunLog.triggerKey ● String scalar

AgentRunLog.contextIds ● JSON scalar

AgentRunLog.status ● String! non-null scalar

AgentRunLog.inputContext ● JSON scalar

AgentRunLog.toolCalls ● JSON scalar

AgentRunLog.deliveryStatus ● JSON scalar

AgentRunLog.durationMs ● Int scalar

AgentRunLog.errorMessage ● String scalar

AgentRunLog.model ● String scalar

AgentRunLog.tokenUsage ● JSON scalar

AgentRunLog.promptVersion ● Int scalar

AgentRunLog.version ● Int! non-null scalar

AgentRunLog.deletedAt ● Datetime scalar

AgentRunLog.updatedAt ● Datetime! non-null scalar

AgentRunLog.createdAt ● Datetime! non-null scalar

AgentRunLog.parentRunLogId ● String scalar

AgentRunLog.basePromptVersion ● Int scalar

Interfaces

Node interface

An object with a globally unique ID.

Returned By

agentRunLog query ● agentRunLogByNodeId query ● agentRunLogs query

Member Of

AgentRunLogsConnection object ● AgentRunLogsEdge object