---
title: "Get"
method: GET
path: "/app/sessions/{id}"
tags: ["ApplicationSessions"]
---

# Get

`GET /app/sessions/{id}`

Get an application session by ID.

## Path parameters

- `id` string, required

## Headers

- `ngrok-version` integer, required

## Response `200`

Get an application session by ID.

- ApplicationSession
  - `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

---

[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)
