OpenHands integration (AI, Developer Tools). Imported from open-connector.
https://app.all-hands.dev/api/v1/app-conversations/start-tasks
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | required | Start task ID returned by start_conversation. |
/api/v1/app-conversations
| Param | Type | Required | Description |
|---|---|---|---|
| conversation_id | string | required | OpenHands conversation ID. |
/api/v1/app-conversations/search
| Param | Type | Required | Description |
|---|---|---|---|
| title__contains | string | optional | Only return conversations whose title contains this text. |
| created_at__gte | string | optional | Only return conversations created at or after this time. |
| created_at__lt | string | optional | Only return conversations created before this time. |
| updated_at__gte | string | optional | Only return conversations updated at or after this time. |
| updated_at__lt | string | optional | Only return conversations updated before this time. |
| sandbox_id__eq | string | optional | Only return conversations for this exact sandbox ID. |
| page_id | string | optional | Next page ID returned by a previous list response. |
| limit | integer | optional | Maximum number of conversations to return. |
| include_sub_conversations | boolean | optional | Whether to include sub-conversations. |