---
title: "List"
method: GET
path: "/app/sessions"
tags: ["ApplicationSessions"]
---

# List

`GET /app/sessions`

List all application sessions for this account.

## Query parameters

- `before_id` string
- `limit` string

## Headers

- `ngrok-version` integer, required

## Response `200`

List all application sessions for this account.

- ApplicationSessionList
  - `application_sessions` ApplicationSession[] — list of all application sessions on this account
    - `id` string — unique application session resource identifier
    - `uri` string — URI of the application session API resource
    - `public_url` string — URL of the hostport served by this endpoint
    - `browser_session` BrowserSession
      - `user_agent` UserAgent
        - `raw` string — raw User-Agent request header
        - `browser_name` string — browser name (e.g. Chrome)
        - `browser_version` string — browser version (e.g. 102)
        - `device_type` string — type of device (e.g. Desktop)
        - `os_name` string — operating system name (e.g. MacOS)
        - `os_version` string — operating system version (e.g. 10.15.7)
      - `ip_address` string — IP address
      - `location` Location
        - `country_code` string — ISO country code
        - `latitude` number — geographical latitude
        - `longitude` number — geographical longitude
        - `lat_long_radius_km` integer — accuracy radius of the geographical coordinates
    - `application_user` Ref
      - `id` string — a resource identifier
      - `uri` string — a uri for locating a resource
    - `created_at` string — timestamp when the user was created in RFC 3339 format
    - `last_active` string — timestamp when the user was last active in RFC 3339 format
    - `expires_at` string — timestamp when session expires in RFC 3339 format
    - `endpoint` Ref
      - `id` string — a resource identifier
      - `uri` string — a uri for locating a resource
    - `edge` Ref
      - `id` string — a resource identifier
      - `uri` string — a uri for locating a resource
    - `route` Ref
      - `id` string — a resource identifier
      - `uri` string — a uri for locating a resource
  - `uri` string — URI of the application session list API resource
  - `next_page_uri` string — URI of the next page, or null if there is no next page

---

[API](https://skmtc.net/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.net/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/versions/1994bbb04714/schema)
