GET
/
hos
/
logs

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Connection-Token
string
required

The token returned when a user authenticated their account. This authorizes access to a specific account.

Query Parameters

cursor
string

Pagination cursor to start requests from

limit
integer

The maximum number of results to return in a page.

startedAfter
string

Only include records of statuses that started after a provided date.

startedBefore
string

Only include records of statuses that started before a provided date.

modifiedAfter
string

Only include records that were last modified after a provided date.

modifiedBefore
string

Only include records that were last modified before a provided date.

driverIds
string

Comma separated list of driver IDs to filter for

expand
enum<string>

Expand resources in the returned response

Available options:
driver,
vehicle,
codrivers,
driver,vehicle,
driver,codrivers,
vehicle,driver,
vehicle,codrivers,
codrivers,driver,
codrivers,vehicle,
driver,vehicle,codrivers,
driver,codrivers,vehicle,
vehicle,driver,codrivers,
vehicle,codrivers,driver,
codrivers,driver,vehicle,
codrivers,vehicle,driver
raw
boolean

Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.

Response

200 - application/json
results
object[]
required
next
string

Cursor used for pagination.