Skip to main content
GET
/
devices
/
pages
List devices (paginated)
curl --request GET \
  --url https://dashboard.hologram.io/api/1/devices/pages \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "limit": 5000,
  "size": 0,
  "continues": false,
  "data": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.hologram.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.

You can find your API key on the Hologram Dashboard under Account Settings.

Query Parameters

orgid
integer
Example:

144

limit
integer

Maximum number of items to return in a single request. For endpoints that support pagination, use this with corresponding /pages endpoints to manage large result sets.

Example:

50

states
string

Comma-separated list of network states.

Example:

"LIVE, LIVE-PENDING, PAUSED-USER, PAUSED-SYS, PAUSED-PENDING-USER, PAUSED-PENDING-SYS, INACTIVE, TEST-ACTIVATE, TEST-ACTIVATE-PENDING, DEAD, DEAD-PENDING"

Response

200 - application/json

Device page data

success
boolean
limit
integer

Maximum number of results requested

size
integer

Actual number of results returned

continues
boolean

Whether there are more results available

data
object[]

Array of page data (may be empty)