Get an announcement by id
Returns the full announcement record. Open to any authenticated
user; access is scoped to the caller’s organization (or
platform-wide announcements with orgSlug: null).
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Announcement identifier.
64^[a-zA-Z0-9_-]+$Response
Announcement details.
Full announcement record stored in the announcements collection.
Audience targeting object - validated and normalized server-side
by internal/validate-announcement-targets. Common shape exposes
roles, permissions, products, userIds.
draft, active, archived