Data Export

Data Export

At TagoIO, you have multiple options for exporting data. You can export device data directly from the Admin panel on your device's page, through the API, or directly from Widgets in either the Admin panel or the TagoRun portal. Exporting data will consume your Data Output service quota.

Here's how to use each export source:

From the device page

Access this feature in the Admin panel under the Device module. Select a device and go to the 'Data' tab. Before exporting, use the filtering options to refine your data, preventing unnecessary consumption of your Data Output quota. Learn more about Filtering Variables.

To export, click the 'Export data' button in the top right corner. You will have the following options at your disposal:



1. Columns: Choose the columns to include in your export file.
2. File Format:Select between .csv for spreadsheets or JSON for data interchange.
3. Amount of Records: Decide the number of records to export, which will follow the applied filters.
4. All Data: Option to export all filtered records within the device.

Exporting Chunks

Immutable device types group data into chunks, offering an additional export method. Learn more about exporting data chunks here: Chunk Management

From Widgets

Certain widgets within the dashboard offer the capability to export the data they present. This feature is not available for all widgets. To check, click the three dots in the widget's header. If there's no export option as shown in the reference image, the widget does not support exporting.


Using our API

TagoIO's API endpoints enable programmatic data export. Send a request to the relevant API endpoint with the required parameters. For more details, visit our API documentation.

    • Related Articles

    • Device data management

      The device page provides tools for visualizing, filtering, editing, and exporting variables, facilitating the management of data received by your device. You can access these tools by navigating to the Device module, selecting a device, and clicking ...
    • Data Output Service

      One transaction of Data Output is counted for each register read from a device's data storage. Learn more about Getting Data. You need to define the Data Output limit per month for each Profile where your applications are running. Here is one ...
    • Deleting Data

      DEL - https://api.tago.io/data Headers: Authorization: Your device token. Optional Query Strings KEY TYPE DESCRIPTION query string pre-defined by Tago qty string Maximum number of data to be returned start_date string Start date end_date string end ...
    • Getting Data

      HEADERS: Authorization: Your-Device-Token GET - https://api.tago.io/data QUERYSTRINGS: KEY TYPE DESCRIPTION variable string || array Get variables query string pre-defined by Tago qty string Maximum number of data to be returned. start_date string ...
    • MQTT - Process data, Publish it and Subscribe to a topic

      In this tutorial, you will learn how to process data, publish to a topic, and subscribe to it. We will be using the MQTTX client throughout this tutorial. Connecting to TagoIO MQTT Broker To publish a topic via TagoIO's MQTT, you must first add a ...