curl --request GET \
--url https://api.pandaprobe.com/traces/users \
--header 'Authorization: Bearer <token>'{
"items": [
{
"user_id": "<string>",
"trace_count": 123,
"first_seen": "<string>",
"last_seen": "<string>",
"error_count": 123
}
],
"total": 123,
"limit": 123,
"offset": 123
}List unique user_ids with trace statistics.
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
curl --request GET \
--url https://api.pandaprobe.com/traces/users \
--header 'Authorization: Bearer <token>'{
"items": [
{
"user_id": "<string>",
"trace_count": 123,
"first_seen": "<string>",
"last_seen": "<string>",
"error_count": 123
}
],
"total": 123,
"limit": 123,
"offset": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 200x >= 0