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
]
}
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
]
}
Successful Response
The response is of type object
.
Was this page helpful?