cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations \ --header 'Authorization: Bearer <token>'
{ "results": [ { "conversation_id": "<string>", "title": "<string>", "last_updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "selected_repository": "<string>", "status": "RUNNING", "trigger": "GUI" } ], "next_page_id": "<string>" }
Search for conversations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page ID for pagination
Number of conversations to return
Conversations
The response is of type object.
object
Was this page helpful?