---
title: "Get Dashboard Data for Active Sessions."
slug: "get-dashboard-data-for-active-sessions-1"
updated: 2026-03-02T22:30:52Z
published: 2026-03-02T22:35:48Z
canonical: "support.appgate.com/get-dashboard-data-for-active-sessions-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.appgate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Dashboard Data for Active Sessions.

Get/stats/active-sessions/dashboard

Retrieves dashboard data related to active sessions. This includes information about the total count of sessions, geolocation data, and client version support.

**NOTE:** This endpoint is intended for internal use and may be changed or removed at any point.

SecurityHTTPType bearer

Responses200

Dashboard data for active sessions.

<select class='api-response-data' aria-label='Media type'><option value='3b051de4-be8e-4aa3-a2a8-3d1082315bbe'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='1a4ca910-0fec-4739-9579-0b467f9c27dd'>example1</option>
</select>example1

```json
{
  "totalCount": 6,
  "geoIpData": [
    {
      "sessionCount": 3,
      "latitude": 55.8667,
      "longitude": 12.8333,
      "countryCode": "SE",
      "continentCode": "EU",
      "ips": [
        "192.0.2.1",
        "192.0.2.2"
      ]
    },
    {
      "sessionCount": 1,
      "latitude": 37.751,
      "longitude": -97.822,
      "countryCode": "US",
      "continentCode": "NA",
      "ips": [
        "198.51.100.1"
      ]
    },
    {
      "sessionCount": 1,
      "latitude": 20,
      "longitude": 77,
      "countryCode": "IN",
      "continentCode": "AS",
      "ips": [
        "203.0.113.1"
      ]
    }
  ],
  "versions": {
    "6.0.0-release-1234": {
      "supportStatus": "full",
      "sessionCount": 3
    },
    "5.5.0-release-1234": {
      "supportStatus": "partial",
      "sessionCount": 2
    },
    "5.4.1-release-1234": {
      "supportStatus": "none",
      "sessionCount": 1
    }
  }
}
```

Expand Allobject  totalCountinteger    

The total count of active sessions.

geoIpData Array of object (SessionGeoData)   

Geolocation data related to active sessions.

object  sessionCountinteger    

The count of sessions for this geolocation.

latitudenumber  (double)    
longitudenumber  (double)    
countryCodestring    

The country code associated with the geolocation.

continentCodestring    

The continent code associated with the geolocation.

ips Array of string   

The IP addresses associated with the sessions in this geolocation.

string    

versions

401

Token error. Login again.

<select class='api-response-data' aria-label='Media type'><option value='7db59f4b-010f-4aba-9812-84c967a26559'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

403

Insufficient permissions to access this resource.

<select class='api-response-data' aria-label='Media type'><option value='7a1159dd-f678-496c-b95a-e569caf4e7b2'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

406

Invalid 'Accept' header.

<select class='api-response-data' aria-label='Media type'><option value='075267da-b605-441d-a726-44fad86b6a70'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

500

Unexpected server side error.

<select class='api-response-data' aria-label='Media type'><option value='4f618910-a64e-4fde-8f48-a2cf06c26d6d'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.
