v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
route

Get Route Logs by Route UID

get/v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs

Path parameters

projectOrProductUIDstring required
routeUIDstring required

Query parameters

pageSizeinteger
pageNuminteger
deviceUIDstring[]

A Device UID.

sortBy'date' | 'event'
sortOrder'asc' | 'desc'
startDateinteger

Start date for filtering results, specified as a Unix timestamp

endDateinteger

End date for filtering results, specified as a Unix timestamp

systemFilesOnlyboolean
mostRecentOnlyboolean
filesstring
routingStatusstring[]
responseStatusstring[]

Response

Successful operation

attnboolean

If true, an error was returned when routing

datestring

The date of the logs.

durationinteger

The duration of the route in milliseconds

event_uidstring

The event UID.

route_uidstring

The route UID.

statusstring

The status of the event.

textstring

The response body of the route.

urlstring

The URL of the route.