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

1-based page number. Agno 2.7.4 also accepts 0 at request validation, but the pagination implementation is 1-based. Use 1 or greater.

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