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

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

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

Get the list of journeys for a device, derived from events whose body contains `journey` and `jcount` fields. Returns journey metadata only (no event payloads). Capped at 100 most recent journeys; `has_more` is true when the cap is hit.

## Path parameters

- `projectOrProductUID` string, required
- `deviceUID` string, required

## Query parameters

- `startDate` integer
- `endDate` integer

## Response `200`

Successful operation

- object
  - `has_more` boolean, required
  - `journeys` object[], required
    - `end_date` string, date-time, required — Latest event time within the journey.
    - `journey_id` integer, required — Identifier of the journey, taken from the numeric `journey` field in the event body. This value is itself a Unix timestamp marking the start of the journey.
    - `start_date` string, date-time, required — Earliest event time within the journey.
    - `total_events` integer, required — The number of events in 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** `b51b37d660fc` — 2 breaking
  - for the `query` request parameter `endDate`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `startDate`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2026-05-15** `e8997d0df893` — 1 info
  - added the required property `journeys/items/total_events` 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/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)
