Skip to main content

crowdyStudioAgentHistory

Replay ordered durable typed events with seq greater than afterSeq. Requires the app-scoped owner and use_studio_agent. Use this query to fill subscription gaps; results are ascending, at-least-once safe, default 100, maximum 200.

crowdyStudioAgentHistory(
sessionId: String!
afterSeq: BigInt
first: Int
): AgentEventConnection!

Arguments

crowdyStudioAgentHistory.sessionId ● String! non-null scalar

Owner/app session UUID.

crowdyStudioAgentHistory.afterSeq ● BigInt scalar

Exclusive durable sequence cursor as a decimal BigInt; defaults to 0.

crowdyStudioAgentHistory.first ● Int scalar

Maximum events to return (default 100, allowed 1–200).

Type

AgentEventConnection object

Bounded ordered history connection, exclusive of the supplied afterSeq.