Skip to content

Commit e9db133

Browse files
docs: Remove unnecessary note about batch_get
The search endpoint works correctly - my earlier testing had a bug where I was checking for 'results' instead of 'items'. Co-authored-by: openhands <openhands@all-hands.dev>
1 parent ce17ca1 commit e9db133

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

openhands/usage/cloud/cloud-api.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ 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-
179174
#### Step 1: Check Start Task Status
180175

181176
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)