Spaces method and path for this operation:
get /s/{space_id}/api/endpoint/protection_updates_note/{package_policy_id}
Refer to Spaces for more information.
Get the protection updates note for a package policy.
GET
/api/endpoint/protection_updates_note/{package_policy_id}
curl \
--request GET 'https://<KIBANA_URL>/api/endpoint/protection_updates_note/{package_policy_id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"note": "Pinned protection updates to 2025-01-01 while validating new signatures."
}