cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations \ --header 'X-Session-API-Key: <api-key>'
{ "results": [ { "conversation_id": "<string>", "title": "<string>", "last_updated_at": "2023-11-07T05:31:56Z", "status": "STOPPED", "runtime_status": "STATUS$STOPPED", "selected_repository": "<string>", "selected_branch": "<string>", "git_provider": "github", "trigger": "resolver", "num_connections": 0, "url": "<string>", "session_api_key": "<string>", "created_at": "2023-11-07T05:31:56Z", "pr_number": [ 123 ] } ], "next_page_id": "<string>" }
resolver
gui
suggested_task
openhands_api
slack
microagent_management
jira
jira_dc
linear
Successful Response
The response is of type object.
object
Was this page helpful?