404
This page could not be found.
Maybe you are looking for:
Store message to sessionSupports JSON and multipart/form-data. In multipart mode: the payload is a JSON string placed in a form field. The format parameter indicates the format of the input message (default: openai, same as GET). The blob field should be a complete message object: for openai, use OpenAI ChatCompletionMessageParam format (with role and content); for anthropic, use Anthropic MessageParam format (with role and content); for acontext (internal), use {role, parts} format. The optional meta field allows attaching user-provided metadata to the message, which can be retrieved via get_messages().metas or updated via patch_message_meta().Get messages from sessionGet messages from session. Default format is openai. Can convert to acontext (original), anthropic, or gemini format.Get token counts for sessionGet total token counts for all text and tool-call parts in a sessionAdd event to sessionAdd a structured event to a session. Events are stored alongside messages and can be retrieved chronologically.Get message observing status for a sessionReturns the count of observed, in_process, and pending messages