{ "opencollection": "1.0.0", "info": { "name": "Samsara Trips API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Trips", "type": "folder" }, "items": [ { "info": { "name": "Get Vehicle Trips", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/v1/fleet/trips", "params": [ { "name": "vehicleId", "value": "", "type": "query", "description": "Vehicle ID to query." }, { "name": "startMs", "value": "", "type": "query", "description": "Beginning of the time range, specified in milliseconds UNIX time. Limited to a 90 day window with respect to startMs and endMs" }, { "name": "endMs", "value": "", "type": "query", "description": "End of the time range, specified in milliseconds UNIX time." } ] }, "docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nGet historical trips data for specified vehicle. This method returns a set of historical trips data for the specified vehicle in the specified time range. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed " } ] } ], "bundled": true }