AxKnowledgeBase_list_private_knowledge_base_papers
List papers in an organization's private knowledge graph, showing title and ingestion date, most recent first. Filter to self-ingested papers or paginate through all results without running a search or Cypher query.
Instructions
List the papers in the organization's private knowledge graph: title and ingestion date, most recent first. Use it to see what has been ingested without running a search or a Cypher query.
By default this lists every paper in the organization's private graph, regardless of who ingested it. Set self_only=True to restrict the list to only the papers the caller personally ingested. Results are paginated; check total_pages in the structured result and increase page to see more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1 | |
| page_size | No | Papers per page (1-100) | |
| self_only | No | Restrict to papers the caller personally ingested |