Skip to main content
GET
Get User Memory Statistics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer | null
default:20

Number of user statistics to return per page

Required range: x >= 1
page
integer | null
default:1

Page number for pagination

Required range: x >= 0
user_id
string | null

User ID to filter statistics for

db_id
string | null

Database ID to query statistics from

table
string | null

Table to query statistics from

Response

User memory statistics retrieved successfully

data
UserStatsSchema · object[]
required

List of items for the current page

meta
PaginationInfo · object
required

Pagination metadata