AcknowledgeAgentEventsInput
Monotonically acknowledge the highest contiguous applied event.
input AcknowledgeAgentEventsInput {
idempotencyKey: String!
sessionId: String!
clientEpoch: BigInt!
throughSeq: BigInt!
}
Fields
AcknowledgeAgentEventsInput.idempotencyKey ● String! non-null scalar
Required retry key. Same owner, operation, key, and input replay the first result; changed input returns IDEMPOTENCY_CONFLICT.
AcknowledgeAgentEventsInput.sessionId ● String! non-null scalar
Owner/app session UUID.
AcknowledgeAgentEventsInput.clientEpoch ● BigInt! non-null scalar
Current attached client epoch.
AcknowledgeAgentEventsInput.throughSeq ● BigInt! non-null scalar
Highest contiguous applied sequence. It cannot move backward or exceed committed history.
Member Of
crowdyStudioAgentAcknowledgeEvents mutation