Properties
| Property | Type |
|---|---|
records * | Array of TelemetryBulkIngestRecord |
Example
{
"records": [
{
"id": "example-id",
"changes": [
{
"timestamp": "2026-04-24T16:28:13.700Z",
"data": {
"example-key": {}
}
}
]
}
]
}