---
title: "Preview Playbook Alert"
method: GET
path: "/common/{playbook_alert_id}"
tags: ["Common"]
---

# Preview Playbook Alert

`GET /common/{playbook_alert_id}`

Returns a Playbook Alert representation containing only properties shared between all alert types.

## Path parameters

- `playbook_alert_id` string, required

## Response `200`

Data of the fetched alert.

- PreviewResponse
  - `attributes` NoteResponseAttributesMin, required
    - `title` string
    - `text` string
    - `note_entities` NoteEntity[]
      - `id` string, required
      - `name` string
      - `type` string
      - `description` string
    - `context_entities` NoteEntity[]
      - `id` string, required
      - `name` string
      - `type` string
      - `description` string
    - `topic` NoteEntity[]
      - `id` string, required
      - `name` string
      - `type` string
      - `description` string
    - `labels` NoteEntity[]
      - `id` string, required
      - `name` string
      - `type` string
      - `description` string
    - `validation_urls` NoteEntity[]
      - `id` string, required
      - `name` string
      - `type` string
      - `description` string
    - `detection_rules` NoteEntity[]
      - `id` string, required
      - `name` string
      - `type` string
      - `description` string
    - `validated_on` string, date-time — Date when analyst note was validated
  - `source` NoteEntity, required
    - `id` string, required
    - `name` string
    - `type` string
    - `description` string

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
