GET
/
v1
/
connections
/
{connection_id}
Get Connection
curl --request GET \
  --url https://api.cyberdesk.io/v1/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "websocket_id": "<string>",
  "ip_address": "<string>",
  "user_agent": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "machine_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "connected_at": "2023-11-07T05:31:56Z",
  "disconnected_at": "2023-11-07T05:31:56Z",
  "last_ping": "2023-11-07T05:31:56Z",
  "status": "connected"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection_id
string<uuid>
required

Response

200
application/json

Successful Response

Connection response schema