Authorization: Bearer ********************is_active — the per-version "currently live" state — is read. There is no promoted here: that is a deploy outcome, not a property of a version row.curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ui-extensions/registry//versions' \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"version_id": "string",
"version": "1.0.4",
"status": "approved",
"is_active": true,
"has_chunk_sri": "yes",
"integrity_hash": "string",
"verified_at": "2019-08-24T14:15:22.123Z",
"ruleset_fingerprint": "string",
"report": {
"property1": "string",
"property2": "string"
}
}
]
}