Skip to Main Content
Cloud and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Under review
Workspace IBM Turbonomic ARM
Categories APIs
Created by Guest
Created on Jul 16, 2026

When search for actions using the documented API calls. We need to bring back all the results not just the first 500

Several customers, inclusing Volvo and Shell, are trying to automate the import completed action data into reporting tools. This is a common question so more will be asking for this in future.

The documented approach to get this data is to call: 

POST https://10.10.10.10/api/v3/actions, with data including actionStateList":["SUCEEDED"] and a start and end date/time.

For Market actions this returns a single record with an embedded list labelled 'Action'.  The number of actions in this list seems to be limited to 500 records. As the actual record returned has a size of 1 there is no next-cusrsor to give access to the next 500 actions and setting the cursor to 500 returns an error.

A way to access the rest of the data is needed. simply increasing the limit from 500 to another number is not enough as there is no way to know how many actions would be returned. (One of my customers would like to run a call to get all actions for the last year)

The simplest solution would be to have a way for it return just the actions rather than an embedded list so that the cursor functions as normal.

Idea priority Urgent