External DocumentationTo learn more, visit the Cloudflare documentation.
Actions
Get Live Device Details
Retrieve details for live (up to 60 minutes) devices using WARP.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Account ID | Your Cloudflare Account ID. |
| Since Minutes | The number of minutes before the current time to include in the results. Valid range is 1-60. |
{
"errors": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"messages": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"success": true,
"result": {
"deviceStats": {
"byColo": [
{
"uniqueDevicesTotal": 0,
"value": "value"
}
],
"byMode": [
{
"uniqueDevicesTotal": 0,
"value": "value"
}
],
"byPlatform": [
{
"uniqueDevicesTotal": 0,
"value": "value"
}
],
"byStatus": [
{
"uniqueDevicesTotal": 0,
"value": "value"
}
],
"byVersion": [
{
"uniqueDevicesTotal": 0,
"value": "value"
}
],
"uniqueDevicesTotal": 0
}
}
}
Was this page helpful?