List Content
Return a paginated, sorted list of content for the selected knowledge base. Use limit, page, sort_by, and sort_order to control the result. Agno 2.7.4 exposes no status, content type, or metadata filter parameters on this endpoint. Named local knowledge instances scope rows by the stored linked_to value.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of content entries to return
x >= 11-based page number. Agno 2.7.4 also accepts 0 at request validation, but the pagination implementation is 1-based. Use 1 or greater.
x >= 0Field to sort by
Sort order (asc or desc)
asc, desc Database ID to use
Knowledge base ID to use