Flow Run Notification Policies
Read Flow Run Notification Policies
Query for flow run notification policies.
post/api/flow_run_notification_policies/filter
Headers
x-prefect-api-versionstring
Request body
Response
Successful Response
Example response
[
{
"message_template": "Flow run {flow_run_name} with id {flow_run_id} entered state {flow_run_state_name}."
}
]