AgentRunLogCondition
A condition to be used against AgentRunLog object types. All fields are tested
for equality and combined with a logical ‘and.’
input AgentRunLogCondition {
id: String
workspaceId: String
workspaceAccountId: String
agentSkillId: String
triggerType: String
triggerKey: String
contextIds: JSON
status: String
inputContext: JSON
output: 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
AgentRunLogCondition.id ● String scalar
Checks for equality with the object’s id field.
AgentRunLogCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
AgentRunLogCondition.workspaceAccountId ● String scalar
Checks for equality with the object’s workspaceAccountId field.
AgentRunLogCondition.agentSkillId ● String scalar
Checks for equality with the object’s agentSkillId field.
AgentRunLogCondition.triggerType ● String scalar
Checks for equality with the object’s triggerType field.
AgentRunLogCondition.triggerKey ● String scalar
Checks for equality with the object’s triggerKey field.
AgentRunLogCondition.contextIds ● JSON scalar
Checks for equality with the object’s contextIds field.
AgentRunLogCondition.status ● String scalar
Checks for equality with the object’s status field.
AgentRunLogCondition.inputContext ● JSON scalar
Checks for equality with the object’s inputContext field.
AgentRunLogCondition.output ● JSON scalar
Checks for equality with the object’s output field.
AgentRunLogCondition.toolCalls ● JSON scalar
Checks for equality with the object’s toolCalls field.
AgentRunLogCondition.deliveryStatus ● JSON scalar
Checks for equality with the object’s deliveryStatus field.
AgentRunLogCondition.durationMs ● Int scalar
Checks for equality with the object’s durationMs field.
AgentRunLogCondition.errorMessage ● String scalar
Checks for equality with the object’s errorMessage field.
AgentRunLogCondition.model ● String scalar
Checks for equality with the object’s model field.
AgentRunLogCondition.tokenUsage ● JSON scalar
Checks for equality with the object’s tokenUsage field.
AgentRunLogCondition.promptVersion ● Int scalar
Checks for equality with the object’s promptVersion field.
AgentRunLogCondition.version ● Int scalar
Checks for equality with the object’s version field.
AgentRunLogCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
AgentRunLogCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
AgentRunLogCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
AgentRunLogCondition.parentRunLogId ● String scalar
Checks for equality with the object’s parentRunLogId field.
AgentRunLogCondition.basePromptVersion ● Int scalar
Checks for equality with the object’s basePromptVersion field.
Member Of
agentRunLogs query ● agentRunLogsConnection query