crowdyStudioAgentSession
Return one durable Agentic Crowdy Studio session plus its active run, leases, and pending approval. Requires an unexpired app-scoped token, use_studio_agent, and exact session owner/app visibility; missing and foreign ids return AGENT_SESSION_NOT_FOUND.
crowdyStudioAgentSession(
sessionId: String!
): AgentSession!
Arguments
crowdyStudioAgentSession.sessionId ● String! non-null scalar
Owner/app session UUID to load.
Type
AgentSession object
Owner/app-scoped durable agent conversation with pinned mode, model, policy, registry, and client epoch.