GET
/
api
/
conversations
/
{conversation_id}
Get Conversation
curl --request GET \
  --url https://app.all-hands.dev/api/conversations/{conversation_id} \
  --header 'X-Session-API-Key: <api-key>'
{
  "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
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Response

200
application/json

Successful Response

The response is of type object.