Vehicle Journeys

List Vehicle Journeys

Retrieve a paginated list of journeys for the provided vehicle.

Parameters:

Returns:

  • A paginated list of vehicle journeys.

This endpoint allows you to retrieve a paginated list of journeys for a specific vehicle identified by its unique vehicle_id. The list is ordered by the start timestamp of each journey, with the most recent journeys appearing first.

Note:

  • The vehicle_id should correspond to a valid and existing vehicle identifier.
  • This endpoint returns the estimated total result count.

Possible Codes in Error Response (see Errors for error response schema and meaning of codes):

  • AUTHENTICATION_ERROR
  • PAGE_SIZE_TOO_LARGE
  • PAGINATED_QUERY_FILTER_CHANGED
  • REQUEST_VALIDATION_ERROR
  • RESOURCE_NOT_FOUND
  • SERVER_ERROR
get/v1/vehicles/{vehicle_id}/journeys

Path parameters

vehicle_idstring required

Unique internal identifier for the vehicle.

Unique internal identifier for the vehicle.

Query parameters

maxPageSizeinteger

Max size of the returned list.

Max size of the returned list.

pageTokenstring nullable

Page token used for pagination.

Page token used for pagination.

filterstring nullable

Listing filter schema.

Listing filter schema.

Response

Successful Response

nextPageTokenstring nullable required

Next page token used for pagination.

estimatedTotalResultsinteger required

Estimated total result count.