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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.