🔗 Console REST APIConnection Logs

Get connection status

Retrieves connection status logs for the organization, optionally filtered by API key or connection ID

GET
/api/connectionlog/status
Authorization<token>

API Key is required to access the endpoints

In: header

Query Parameters

connectionId?string

Response Body

curl -X GET "https://example.com/api/connectionlog/status"
[
  {
    "connectionId": "string",
    "organizationId": "string",
    "host": "string",
    "ipAddress": "string",
    "serviceName": "string",
    "protocolName": "string",
    "dataCenter": "string",
    "lastHeartbeat": "2019-08-24T14:15:22Z",
    "connectionStartTime": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "isConnected": true
  }
]
Empty
Service StatusGitHub SDK