List Vehicle Journeys
Retrieve a paginated list of journeys for the provided vehicle.
Parameters:
vehicle_id: The unique identifier (ID) of the vehicle to retrieve journeys for.- Pagination parameters as query params.
- Filter parameters on any of the journey fields - see https://docs.volteras.com/overview/listing-filter-json for how to construct.
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_idshould 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
Documentation Index
Fetch the complete documentation index at: https://docs.volteras.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique internal identifier for the vehicle.
Query Parameters
Max size of the returned list.
Page token used for pagination.
Listing filter schema.

