List and Get Devices
List Devices
List every device registered in the workspace. Device-scoped API keys cannot call this endpoint and receive 403.
Roboflow API key passed as a Bearer token.
Workspace ID (URL slug).
Devices in the workspace.
Missing or invalid API key.
API key is bound to a different device, or this endpoint is not permitted for device-scoped keys, a source device belongs to another workspace, or a feature gate (for example AI1 creation, roboflowLiteMode) blocks the request.
Example Request
Example Response
Get Device
Retrieve a single device by ID.
Roboflow API key passed as a Bearer token.
Workspace ID (URL slug).
Device ID.
The device.
online if a heartbeat was received within the last 5 minutes, offline if older, unknown if no heartbeat has ever been recorded.
Version of the Roboflow Device Manager running on the device.
Device type reported by the device (for example "jetson").
Missing or invalid API key.
API key is bound to a different device, or this endpoint is not permitted for device-scoped keys, a source device belongs to another workspace, or a feature gate (for example AI1 creation, roboflowLiteMode) blocks the request.
Device, stream, configuration, or source device not found. Read requests for devices owned by another workspace also return 404.
Example Request
Last updated
Was this helpful?