Flow Run Notification Policies
Read Flow Run Notification Policy
Get a flow run notification policy by id.
get/api/flow_run_notification_policies/{id}
Path parameters
idstring uuid required
The flow run notification policy id
The flow run notification policy id
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
{
"message_template": "Flow run {flow_run_name} with id {flow_run_id} entered state {flow_run_state_name}."
}