From 4b45d8de9ad841820b262e747f349148c33b71c7 Mon Sep 17 00:00:00 2001 From: siddseethepalli Date: Sun, 15 Feb 2026 05:59:43 +0000 Subject: [PATCH] docs(attachments): add required conversationKey param to messages endpoint The GET /v1/assistants/:id/messages endpoint requires a conversationKey query parameter (returns 400 without it). Update the README to show the parameter in the endpoint path. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c981cc6481..af9b929743b 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Attachments are sent inline (base64) in `message_complete`, `generation_handoff` ### Runtime HTTP API -The `GET /v1/assistants/:id/messages` endpoint returns attachment metadata on each message: +The `GET /v1/assistants/:id/messages?conversationKey=` endpoint returns attachment metadata on each message: ```json {