Export position history
Export a device's position history for analysis, compliance reporting, or integration with external tools.
Prerequisites
- A Blecon Track workspace with devices that have recorded position data
Option 1: Export from the UI
- In Blecon Track, open an asset's detail page.
- Navigate to Position History.
- Set the date range for the data you want to export.
- Click Export and choose your format (CSV or JSON).
Option 2: Export via the API
Query the position history endpoint to retrieve positions for a specific device and time range:
GET /tracker/api/trackers/{tracker_id}/assets/{device_id}/positions?from=2026-01-01T00:00:00Z&to=2026-01-31T23:59:59Z
The response includes coordinates, timestamps, zones, and accuracy metadata for each position.
Option 3: Archive with data routing
For continuous export, set up a data route to send position events to AWS S3 or SQS as they occur. This captures every position update in real time without manual exports.