MCPcopy Create free account
hub / github.com/astercloud/aster / getSession

Method getSession

studio/src/api/client.ts:144–146  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

142 }
143
144 async getSession(id: string): Promise<SessionDetail> {
145 return this.fetch<SessionDetail>(`/dashboard/sessions/${id}`);
146 }
147
148 // Agents
149 async getAgents(): Promise<AgentRecord[]> {

Callers 1

useSessionFunction · 0.80

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected