MCPcopy
hub / github.com/codeaashu/claude-code / getSessionMessages

Function getSessionMessages

src/entrypoints/agentSdkTypes.ts:178–183  ·  view source on GitHub ↗
(
  _sessionId: string,
  _options?: GetSessionMessagesOptions,
)

Source from the content-addressed store, hash-verified

176 * @returns Array of messages, or empty array if session not found
177 */
178export async function getSessionMessages(
179 _sessionId: string,
180 _options?: GetSessionMessagesOptions,
181): Promise<SessionMessage[]> {
182 throw new Error('getSessionMessages is not implemented in the SDK')
183}
184
185/**
186 * List sessions with metadata.

Callers 3

appendEntryMethod · 0.85
recordTranscriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected