List devices (paginated)
Retrieve pagination information for devices retrieved from /devices for organizations with many devices. This endpoint will return empty data if there are fewer devices than the limit specified.
Authorizations
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
Filter results to this organization ID
Maximum number of results to return (max 5000)
x <= 50005000
Comma-separated list of network states to filter by.
Comma-separated list of device IDs to include
Filter results to devices with this tag ID
Comma-separated list of tag IDs to filter by
Comma-separated list of cellular link IDs to filter by
Comma-separated list of SIM identifiers to filter by
SIM range to filter by, formatted as start-end
Number of devices per page; used to compute page boundary IDs. Defaults to limit minus 1 if not provided.
When true, include hidden devices in results
Response
OK
Indicates whether the request was successful.
true
Maximum number of results requested
Number of page boundaries returned
Whether more results exist beyond this page
Page boundary device IDs. Pass each startAfterId as the startafter parameter to GET /devices to fetch that page.