This page is under construction! I'm working on it :)
The Payloads Explorer lets you browse, search, and debug all the data your devices have sent. It's your window into what's actually happening in your project.
From your project page, click the Payloads card to open the explorer.
The explorer has two main tabs:
Use the Validation Failures tab to debug issues when your device isn't sending data in the expected format.
Use the From Date and To Date fields to narrow down your search. By default, payloads from the last 24 hours are shown.
Click Apply Date Filter to fetch payloads for your selected range.
When viewing valid payloads, you can filter by schema using the tabs below the date filter. Click All Schemas to see everything, or click a specific schema name to see only payloads that matched that schema.
Toggle between Newest First and Oldest First using the sort button. Newest first is the default.
For valid payloads, you can switch between two view modes using the toggle in the top-right corner:
The default view. Shows payloads in a spreadsheet-like table with columns for each field in your data. Great for quickly scanning values across many payloads.
Columns are automatically generated based on the fields present in your payloads. The column headers show the user-defined name from your schema (if configured), otherwise the raw field key.
Shows each payload as raw JSON in an expandable accordion. Click a timestamp to expand and see the full payload. Useful for debugging complex nested data or copying the exact JSON.
When a payload doesn't match any active schema, it's stored as a validation failure. This helps you debug issues without losing data.
Each validation failure shows:
Check your schema's field types and validators if you're seeing unexpected validation failures. The error messages tell you exactly what went wrong.
For large result sets, payloads are paginated. Use the page controls at the top and bottom of the list to navigate.
You can change the page size (25, 50, 100, or 250 payloads per page) using the Page Size dropdown.