---
title: "Read Flow Run Notification Policy"
method: GET
path: "/api/flow_run_notification_policies/{id}"
tags: ["Flow Run Notification Policies"]
---

# Read Flow Run Notification Policy

`GET /api/flow_run_notification_policies/{id}`

Get a flow run notification policy by id.

## Path parameters

- `id` string, uuid, required — The flow run notification policy id

## Headers

- `x-prefect-api-version` string

## Response `200`

Successful Response

- FlowRunNotificationPolicy — An ORM representation of a flow run notification.
  - `id` string, uuid
  - `created` string, date-time
  - `updated` string, date-time
  - `is_active` boolean — Whether the policy is currently active
  - `state_names` string[], required — The flow run states that trigger notifications
  - `tags` string[], required — The flow run tags that trigger notifications (set [] to disable)
  - `block_document_id` string, uuid, required — The block document ID used for sending notifications
  - `message_template` string — A templatable notification message. Use {braces} to add variables. Valid variables include: 'flow_id', 'flow_name', 'flow_run_id', 'flow_run_name', 'flow_run_notification_policy_id', 'flow_run_parameters', 'flow_run_state_message', 'flow_run_state_name', 'flow_run_state_timestamp', 'flow_run_state_type', 'flow_run_url'

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/prefecthq/apis/untitled-api-2.md) · [All operations](https://skmtc.net/prefecthq/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prefecthq/untitled-api-2/revisions/29ba6c4f8837/schema)
