MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getSession

Method getSession

packages/server-e2e/src/http.ts:200–202  ·  view source on GitHub ↗
(sid: string)

Source from the content-addressed store, hash-verified

198 return this.request<Session>('POST', '/sessions', body);
199 }
200 getSession(sid: string): Promise<Session> {
201 return this.request<Session>('GET', `/sessions/${encodeURIComponent(sid)}`, undefined);
202 }
203 listSessions(query?: {
204 page_size?: number;
205 before_id?: string;

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected