Skip to main content
GET
/
sessions
/
proxies
List All Active Sessions
curl --request GET \
  --url https://monitor.geonode.com/sessions/proxies \
  --header 'Authorization: Basic <encoded-value>'
{
  "sessions": [
    {
      "id": "a7f7c7a3-aaaa-4908-b7bd-71091daadaa6",
      "userSessionId": "vzzzzd",
      "userId": "geonode_userid",
      "port": "10000",
      "domain": "ip-api.com",
      "country": "dz",
      "rotatingIntervalInSeconds": 179.32,
      "durationInSeconds": 2.785
    }
  ],
  "count": 1,
  "total": 1,
  "page": 1,
  "pageSize": 250
}

Authorizations

Authorization
string
header
required

Query Parameters

page
integer
default:1
pageSize
integer
default:250

Response

sessions
object[]
count
integer
Example:
total
integer
Example:
page
integer
Example:
pageSize
integer
Example: