Those apis are for creating, editing, & deleting milestones. They do not show you how they are used in interactions. You can use analytics queries to see that. For example use the Flow Aggregate and group by flowMilestoneId.
Query:
{
"interval": "2021-05-26T15:49:33.819523100Z/2021-05-26T15:50:03.077368900Z",
"groupBy": [
"flowMilestoneId"
],
"metrics": [
"nFlowMilestone",
"oFlowMilestone"
],
"views": [],
"divisionIds": []
}
Response:
{
"results": [
{
"group": {
"flowMilestoneId": "myFlowMilestoneIdHere",
"mediaType": "voice"
},
"data": [
{
"interval": "2021-05-26T15:49:33.819Z/2021-05-26T15:50:03.077Z",
"metrics": [
{
"metric": "nFlowMilestone",
"stats": {
"count": 1
}
},
{
"metric": "oFlowMilestone",
"stats": {
"max": 1,
"min": 1,
"count": 1,
"sum": 1
}
}
]
}
]
}
]
}
------------------------------
Melissa Bailey
Genesys - Employees
------------------------------
Original Message:
Sent: 05-26-2021 11:37
From: Matt Lawson
Subject: Genesys Cloud Weekly Release Notes - 5/26/2021
They are! The milestone data is only available via the API right now under architect:

------------------------------
Matt Lawson
Genesys - Employees
Genesys Community Manager
------------------------------
Original Message:
Sent: 05-26-2021 10:57
From: Armands Bunkovskis
Subject: Genesys Cloud Weekly Release Notes - 5/26/2021
Thanks. But are those results available via API at least?
------------------------------
Armands Bunkovskis
Adventus Solutions Sia
Original Message:
Sent: 05-26-2021 10:48
From: Matt Lawson
Subject: Genesys Cloud Weekly Release Notes - 5/26/2021
I asked our PM team and reporting is not available yet. Per them, this will be part of the next release. I don't have a date for that, but we'll let you know when it becomes available. Cheers!
------------------------------
Matt Lawson
Genesys - Employees
Genesys Community Manager
Original Message:
Sent: 05-26-2021 10:00
From: Armands Bunkovskis
Subject: Genesys Cloud Weekly Release Notes - 5/26/2021
I was able to configure new flow milestone functionality and attach it to some point in routing strategy. But where I can get some reporting data - which milestones have been reached by interactions?
------------------------------
Armands Bunkovskis
Adventus Solutions Sia