Skip to content

Commit 50332cf

Browse files
docs: Add note about using batch_get for reliability
The search endpoint has a known issue (OpenHands/OpenHands#13121). Recommend using batch_get by ID when the conversation ID is known. Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 037c103 commit 50332cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

openhands/usage/cloud/cloud-api.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ Each update is streamed as it occurs, allowing you to provide real-time feedback
171171

172172
After starting a conversation, you can check its status to monitor whether the agent has completed its task.
173173

174+
<Note>
175+
If you know the conversation ID, use the batch get endpoint (`GET /api/v1/app-conversations?ids=...`)
176+
to retrieve status directly. This is the most reliable method.
177+
</Note>
178+
174179
#### Step 1: Check Start Task Status
175180

176181
When you start a conversation, you receive a start task ID. Poll this endpoint until `status` becomes `READY` and `app_conversation_id` is available:

0 commit comments

Comments
 (0)