← Tools Reference

OpenHands

OpenHands integration (AI, Developer Tools). Imported from open-connector.

API key3 toolshttps://app.all-hands.dev
GET
open_hands_get_start_task
Get the status of an OpenHands Cloud conversation start task.

/api/v1/app-conversations/start-tasks

1 parameter
ParamTypeRequiredDescription
task_idstringrequiredStart task ID returned by start_conversation.
GET
open_hands_get_conversation
Get an OpenHands Cloud conversation by ID.

/api/v1/app-conversations

1 parameter
ParamTypeRequiredDescription
conversation_idstringrequiredOpenHands conversation ID.
GET
open_hands_list_conversations
List OpenHands Cloud conversations with optional filters.

/api/v1/app-conversations/search

9 parameters
ParamTypeRequiredDescription
title__containsstringoptionalOnly return conversations whose title contains this text.
created_at__gtestringoptionalOnly return conversations created at or after this time.
created_at__ltstringoptionalOnly return conversations created before this time.
updated_at__gtestringoptionalOnly return conversations updated at or after this time.
updated_at__ltstringoptionalOnly return conversations updated before this time.
sandbox_id__eqstringoptionalOnly return conversations for this exact sandbox ID.
page_idstringoptionalNext page ID returned by a previous list response.
limitintegeroptionalMaximum number of conversations to return.
include_sub_conversationsbooleanoptionalWhether to include sub-conversations.