---
title: "GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/journeys/{journeyID}"
method: GET
path: "/v1/projects/{projectOrProductUID}/devices/{deviceUID}/journeys/{journeyID}"
tags: ["device"]
---

# GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/journeys/{journeyID}

`GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/journeys/{journeyID}`

Get a single journey for a device along with its events. The events array is paginated via `pageSize` / `pageNum`; use `journey.has_more` to detect additional pages.

## Path parameters

- `projectOrProductUID` string, required
- `deviceUID` string, required
- `journeyID` integer, required

## Query parameters

- `pageSize` integer
- `pageNum` integer

## Response `200`

Successful operation

- object
  - `end_date` string, date-time, required — Latest event time within the journey.
  - `journey` object, required — Paginated events for the journey.
    - `events` Event[], required
      - `app` string — App UID (globally unique)
      - `bars` integer — Bars. Only available on _session.qo events.
      - `best_country` string — Country
      - `best_id` string — The device serial number, or the DeviceUID if the serial number is not set
      - `best_lat` number, double — Latitude
      - `best_location` string — Location
      - `best_location_type` string — One of "gps", "triangulated", or "tower"
      - `best_location_when` integer — Unix timestamp
      - `best_lon` number, double — Longitude
      - `best_timezone` string — Timezone
      - `body` object — A JSON object containing event details
      - `bssid` string — BSSID. Only available on _session.qo events.
      - `device` string — Device UID (globally unique)
      - `environment` object — Routed environment variables beginning with "$". Only available on _session.qo events.
      - `event` string — Event UID (globally unique)
      - `file` string — The notefile associated with this event
      - `moved` integer — The number of times the device was sensed to have moved between the last session and this session. Only available on _session.qo events.
      - `note` string — The note ID in the notefile
      - `ordering_code` string — Ordering code. Only available on _session.qo events.
      - `orientation` string — The orientation of the device. Only available on _session.qo events.
      - `payload` string — A base64-encoded binary payload
      - `product` string — Product UID (globally unique)
      - `rat` string — Rat. Only available on _session.qo events.
      - `received` number, double — The unix timestamp when the event was received
      - `req` string — The notecard request
      - `rsrp` integer — RSRP. Only available on _session.qo events.
      - `rsrq` integer — RSRQ. Only available on _session.qo events.
      - `rssi` integer — Received Signal Strength Indicator (RSSI) is an estimated measurement of how well a device can receive signals. Only available on _session.qo events.
      - `sensor` string — Sensor UID, for events originating from a sensor attached to the device
      - `session` string — Session UID (globally unique)
      - `sinr` integer — SINR. Only available on _session.qo events.
      - `sku` string — SKU. Only available on _session.qo events.
      - `sn` string — The device serial number
      - `ssid` string — SSID. Only available on _session.qo events.
      - `temp` number, double — Device temperature. Only available on _session.qo events.
      - `tls` boolean — Whether TLS was used on the connection between the device and notehub. Only available on _session.qo events.
      - `tower_country` string — Country
      - `tower_id` string — Tower ID
      - `tower_lat` number, double — Latitude
      - `tower_location` string — Location
      - `tower_lon` number, double — Longitude
      - `tower_timezone` string — Timezone
      - `tower_when` integer — Unix timestamp
      - `transport` string — The transport used for this event, e.g., "cellular", "wifi", ", etc.
      - `tri_country` string — Country
      - `tri_lat` number, double — Latitude
      - `tri_location` string — Location
      - `tri_lon` number, double — Longitude
      - `tri_points` integer — Triangulation points
      - `tri_timezone` string — Timezone
      - `tri_when` integer — Unix timestamp
      - `updates` integer
      - `voltage` number, double — Device voltage. Only available on _session.qo events.
      - `when` integer — When the event was captured on the device
      - `when_ms` integer — Millisecond-accurate Unix epoch timestamp for when the event was captured on the device
      - `where_country` string — Country
      - `where_lat` number, double — Latitude
      - `where_location` string — Location
      - `where_lon` number, double — Longitude
      - `where_olc` string — Open Location Code
      - `where_timezone` string — Timezone
      - `where_when` integer — Unix timestamp
    - `has_more` boolean, required
  - `journey_id` integer, required — Identifier of the journey.
  - `start_date` string, date-time, required — Earliest event time within the journey.

## Other responses

- `default` — The response body in case of an API error.

## Changes

- **2026-07-10** `1887e880199a` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `default`
  - added the optional property `debug` to the response with the `default` status
  - added the optional property `details` to the response with the `default` status
  - added the optional property `request` to the response with the `default` status
  - …3 more
- **2026-07-07** `40a2682bbdf7` — 2 info
  - added the optional property `journey/events/items/sensor` to the response with the `200` status
  - added the optional property `journey/events/items/when_ms` to the response with the `200` status
- **2026-05-06** `57e213032633` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/projects/:projectOrProductUID/devices/:deviceUID/journeys/:journeyID/get.md)

---

[API](https://skmtc.dev/notefile/apis/notehub-api.md) · [All operations](https://skmtc.dev/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notefile/notehub-api/revisions/9c5b2b63a991/schema)
