Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Oracle Analytics Cloud REST API - Get Catalog Items - to increase fetch limit from 10K items to 100K

Received Response
11
Views
2
Comments

Problem Statement:

In large enterprise environments, Shared folders in OAC may contain over 10,000 catalog objects (e.g., reports, analyses, dashboards, datasets). The current 10,000-item cap on this API severely restricts the ability to:

  • Perform full inventory and audit automation
  • Export and manage catalog metadata at scale
  • Apply governance rules or cleanup processes programmatically

While pagination is supported via offset and limit, the backend restricts results beyond the 10,000-object threshold, making it impossible to access remaining items.

Proposed Enhancement

We request an enhancement to the Oracle Analytics Cloud REST API—specifically the GET /catalog/items endpoint when filtering by type—to increase the current maximum fetch limit from 10,000 items to 100,000 items.

Answers