cURL
curl --request GET \ --url https://api.example.com/
{ "uptime": 123, "idle_time": 123, "title": "OpenHands Agent Server", "version": "<string>", "sdk_version": "<string>", "tools_version": "<string>", "workspace_version": "<string>", "build_git_sha": "<string>", "build_git_ref": "<string>", "python_version": "<string>", "docs": "/docs", "redoc": "/redoc" }
Successful Response
Was this page helpful?