curl --location --request GET 'https://app.launchdarkly.com/api/v2/projects//flags//environments//scheduled-changes'
{
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"items": [
{
"_id": "string",
"_version": 0,
"executionDate": 0,
"instructions": [
{
"kind": "removeUserTargets"
}
]
}
]
}