Spot
Get TunioSpot device reports
GET
https://api.tunio.ai/v1/spot-reportsGet a paginated list of failover/restore reports submitted by the TunioSpot devices paired with a link, newest first. The link is addressed by its pin and must belong to the authenticated account. Each item carries the player's diagnostic payload expanded under `extra` with snake_case keys, for example `extra.ping_ms` and `extra.audio_state`.
Query parameters
| Name | Type | Description |
|---|---|---|
| pinRequired | string | Spot link pin |
| direction | string | Filter by direction, e.g. failover or restore |
| user_agent | string | Filter by exact User-Agent |
| device_uuid | string | Filter by device UUID |
| page | string | Page number |
| per_page | string | Items per page |
Responses
| Name | Type | Description |
|---|---|---|
| items | array | - |
| [item]Required | object | - |
| pagination | object | - |
| page | integer | Page is the current page index starting from 1. |
| per_page | integer | PerPage is the requested page size. |
| total | integer | Total is overall number of matching records. |
| success | boolean | - |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |