---
title: "GET /v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs"
method: GET
path: "/v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs"
tags: ["route"]
---

# GET /v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs

`GET /v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs`

Get Route Logs by Route UID

## Path parameters

- `projectOrProductUID` string, required
- `routeUID` string, required

## Query parameters

- `pageSize` integer
- `pageNum` integer
- `deviceUID` string[]
- `sortBy` 'date' | 'event'
- `sortOrder` 'asc' | 'desc'
- `startDate` integer
- `endDate` integer
- `systemFilesOnly` boolean
- `mostRecentOnly` boolean
- `files` string
- `routingStatus` string[]
- `responseStatus` string[]

## Response `200`

Successful operation

- RouteLog[]
  - `attn` boolean — If true, an error was returned when routing
  - `date` string — The date of the logs.
  - `duration` integer — The duration of the route in milliseconds
  - `event_uid` string — The event UID.
  - `route_uid` string — The route UID.
  - `status` string — The status of the event.
  - `text` string — The response body of the route.
  - `url` string — The URL of the route.

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