27 Feb 2025 07:48 AM
Hi @panumjp
To Manage Segments there is no API Support, you can create/manage segments via UI only using Segments App.
27 Feb 2025 10:37 AM
@panumjp Sure there is API!
Have a look at the platform APIs:
https://[env].apps.dynatrace.com/platform/swagger-ui/index.html?urls.primaryName=Grail+-+Filter+Segm...
Additionally, there is incoming Segment support in Monaco, currently under a feature flag (Monaco 2.20)
27 Feb 2025 10:52 AM
Thanks @Julius_Loman for the input.
I checked the above URL and it redirected me to App Engine App Functions API which will execute the Backend Of The Custum App.
I want to know how it will help us for in managing segments. Thanks
27 Feb 2025 11:13 AM
@zaid-bashir just chose the segments API in the combo box at the top of the swagger UI
27 Feb 2025 11:14 AM
Thanks @Julius_Loman
27 Feb 2025 10:58 AM
thanks! I was able to find the API!
18 Jun 2025 11:44 AM
Useful API call indeed to list the segments, I include it here to help others, my question I want to include this on a dashboard via DQL? otherwise can an API call be included in a tile on my dashboard?
curl -X "GET" ^ "https://<YOUR_TENNANT>/platform/storage/filter-segments/v1/filter-segments" ^ -H "accept: application/json" ^ -H "Authorization: Bearer <YOUR_PLATFORM_BEARER_TOKEN>"