---
title: "Get DTT device by ID"
method: GET
path: "/dtt/{id}"
tags: ["DTT"]
---

# Get DTT device by ID

`GET /dtt/{id}`

Returns detailed information about a specific Deepthroat Trainer device.

## Path parameters

- `id` integer, required

## Response `200`

DTT device details

- DttDeviceDetailResponse
  - `ok` true, required
  - `data` DttDevice, required
    - `id` integer — Device ID
    - `bubbleId` string — Unique public identifier
    - `ownerId` integer — Owner user ID
    - `macAddress` string — Device MAC address
    - `serialNumber` string — Device serial number
    - `softwareVersion` string — Current firmware version
    - `lastVisited` string, date-time — Last connection time
    - `lastLogAt` string, date-time — Last log entry time
    - `createdDate` string, date-time — Device registration date
    - `apiHits` integer — API call count

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required or token invalid
- `404` — DTT device not found

---

[API](https://skmtc.net/researchanddesire/apis/research-and-desire-api.md) · [All operations](https://skmtc.net/researchanddesire/apis/research-and-desire-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/researchanddesire/research-and-desire-api/versions/9c6dc82bb579/schema)
