All events on this page are only available in Prefect Cloud.
prefect-cloud namespace and cover audit logging, security,
managed execution, billing, webhooks, and incident management.
For Cloud automation events, see Automation events.
Audit log events
Prefect Cloud emits audit events for all CRUD operations on account and workspace resources. These events follow the patternprefect-cloud.{resource-type}.{action}
and power the audit log.
Resource types
Actions
Common resource and related resource structure
All audit events use:
Common related resources include the actor (user or service account that performed
the action), the account, and the workspace (for workspace-scoped resources).
Security events
prefect-cloud.request.access-denied.ip-allowlist
Emitted when an API request is denied because the source IP address is not in the
account’s IP allowlist.
Managed execution events
prefect-cloud.managed-execution.used
Emitted when managed execution compute is consumed against the account’s quota.
prefect-cloud.managed-execution.exceeded
Emitted when managed execution usage exceeds the account’s quota.
Billing and subscription events
prefect-cloud.subscription.updated
Emitted when an account’s subscription is updated.
Resource
Payload
Webhook events
prefect-cloud.webhook.received
Emitted when a webhook endpoint receives an HTTP request.
Resource
prefect-cloud.webhook.failed
Emitted when webhook processing fails (for example, the template could not be
rendered or the resulting event was invalid).
Resource
Same asprefect-cloud.webhook.received.
Incident events
prefect-cloud.incident.declared
Emitted when an incident is declared.
Resource
Payload
prefect-cloud.incident.resolved
Emitted when an incident is resolved.
Resource
Same asprefect-cloud.incident.declared.
Payload
Same asprefect-cloud.incident.declared, with
status reflecting the resolved state and end_time included.
prefect-cloud.incident.reopened
Emitted when a previously resolved incident is reopened.
Resource
Same asprefect-cloud.incident.declared.
prefect-cloud.incident.comment.added
Emitted when a comment is added to an incident.
Resource
Same asprefect-cloud.incident.declared.
prefect-cloud.incident.updated.{field}
Emitted when a specific incident field is updated. The {field} suffix
identifies which field changed.
Field variants
Resource
Same asprefect-cloud.incident.declared.