Skip to main content
Question

Create index export with datasource, name and index status

  • May 13, 2026
  • 1 reply
  • 20 views

I want to create an export of al my indexed tags, similar what the index manger shows

how can I do that.

This list can help me cleaning up the indexing of our system

1 reply

  • Employee
  • May 13, 2026

Hi Luit,

In the rest-api: https://documentation.trendminer.com/en/trendminer-api-console.html

You can fetch these tags with the API call below. This call will fetch the first 20 tags on the first page including all tag details like status, indexing progress etc. You could write a script based on this call which can fetch all tags. This would be a simple script that iterates over every page and extracts the relevant data from the response:

 

 

Best regards,

Tom