Session History
Retrieve paginated session history for any identifier. Returns raw snapshot data with full pagination support.Endpoint
public_key and secret_key in the URL.
Parameters
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
public_key | path | string | ✅ | Domain public key |
secret_key | path | string | ✅ | Domain secret key |
search_type | path | string | ✅ | user_hid, visitor_id, device_id, webrtc_ip, ip, request_id |
value | path | string | ✅ | The identifier to search for |
limit | query | integer | Number of results (1–100, default 20) | |
offset | query | integer | Pagination offset (default 0) |
Response
Examples
Get all sessions for a user (paginated)
Check if a device has a history of high-risk sessions
All sessions for an IP in the last 24 hours
Error responses
| Status | Body | Meaning |
|---|---|---|
401 | {"error": "unauthorized"} | Invalid public_key or secret_key |
404 | {"error": "not found"} | No sessions found |