Skip to main content

crowdyStudioAgentSessions

List the authenticated owner’s Agentic Crowdy Studio sessions in one app using an opaque cursor, newest first. Requires an app-scoped token for appId and use_studio_agent. The bounded page defaults to 20 and allows 1–50.

crowdyStudioAgentSessions(
appId: BigInt!
after: String
first: Int
): AgentSessionConnection!

Arguments

crowdyStudioAgentSessions.appId ● BigInt! non-null scalar

App tenant to list; it must equal the bearer app-token scope.

crowdyStudioAgentSessions.after ● String scalar

Opaque cursor from a previous edge; omit for the first page.

crowdyStudioAgentSessions.first ● Int scalar

Maximum sessions to return (default 20, allowed 1–50).

Type

AgentSessionConnection object

Bounded owner/app session connection.