curl --request GET \
--url https://dashboard.hologram.io/api/1/usage/data \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 2,
"size": "2s",
"continues": true,
"links": {
"path": "/api/1/usage/data",
"base": "dashboard.hologram.io",
"next": "/api/1/usage/data?limit=2&startafter=5234567890"
},
"lastid": 5234567890,
"data": [
{
"linkid": 2235723,
"record_id": 5234567891,
"session_begin": "2025-09-19 14:30:22",
"timestamp": "2025-09-19 16:45:18",
"bytes": 245679,
"imeisv": "8681590599795700",
"cellid": 42851392,
"lac": 25847,
"radio_access_technology": "LTE",
"network_name": "T-Mobile USA, Inc",
"imei": "868159059979570"
},
{
"linkid": 2235723,
"record_id": 5234567890,
"session_begin": "2025-09-19 12:15:33",
"timestamp": "2025-09-19 14:22:17",
"bytes": 189432,
"imeisv": "8681590599795700",
"cellid": 42851392,
"lac": 25847,
"radio_access_technology": "3G",
"network_name": "Telefonica Moviles Espana S.A.",
"imei": "867962043322067"
}
]
}List recent data sessions for the supplied parameters. Recent sessions are available for the last three months. Use the linkid parameter (the profile’s ID) to retrieve data sessions for a specific device.
The recommended session limit to return for this endpoint is 250 or fewer sessions.
curl --request GET \
--url https://dashboard.hologram.io/api/1/usage/data \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 2,
"size": "2s",
"continues": true,
"links": {
"path": "/api/1/usage/data",
"base": "dashboard.hologram.io",
"next": "/api/1/usage/data?limit=2&startafter=5234567890"
},
"lastid": 5234567890,
"data": [
{
"linkid": 2235723,
"record_id": 5234567891,
"session_begin": "2025-09-19 14:30:22",
"timestamp": "2025-09-19 16:45:18",
"bytes": 245679,
"imeisv": "8681590599795700",
"cellid": 42851392,
"lac": 25847,
"radio_access_technology": "LTE",
"network_name": "T-Mobile USA, Inc",
"imei": "868159059979570"
},
{
"linkid": 2235723,
"record_id": 5234567890,
"session_begin": "2025-09-19 12:15:33",
"timestamp": "2025-09-19 14:22:17",
"bytes": 189432,
"imeisv": "8681590599795700",
"cellid": 42851392,
"lac": 25847,
"radio_access_technology": "3G",
"network_name": "Telefonica Moviles Espana S.A.",
"imei": "867962043322067"
}
]
}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.
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.
144
Comma-separated list of organization IDs.
"85366,85367"
102544
1363295
Comma-separated list of device IDs.
"4020513,4020514"
Single profile (link) ID.
4567890
Comma-separated list of link (profile) IDs.
"5389720,5608542"
Single tag ID.
101
Comma-separated list of tag IDs.
"101,102,103"
Start of time range in Unix epoch seconds format.
1767225600
End of time range in Unix epoch seconds format.
1769821199
Name of a single tag.
"Chicago Loop"
Return only activated, active SIMs (e.g. LIVE network states).
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.
50
When true, includes device name and tags in each usage record.
OK
Displays if there is another page of results.
true
The max number of items to return in a single response
10
Pagination navigation links for fetching additional pages of results
Show child attributes
The number of values returned
216
Whether the request was successful or not
true
Was this page helpful?