v2
latestOpenAPI 3.1.02026-08-01244220427.0 KBDevices
Get Device
Get device information by ID.
Parameters:
- device_id (PydanticObjectId): Device ID
- current_user (User): Authenticated user making the request
Returns:
- DeviceInfo: Device details
Raises:
- 404: If device not found or not owned by the current user
get/v2/devices/{device_id}
Path parameters
device_idstring required
Example:5eb7cf5a86d9755df3a6c593
Headers
authorizationstring nullable
Response
Successful Response