---
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.

---

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