---
title: "Enumerations"
method: GET
path: "/metadata/common"
tags: ["Metadata"]
---

# Enumerations

`GET /metadata/common`

List all metadata and enumerations common to all types of Playbook Alerts.

## Response `200`

List of valid categories, priorities, statuses and actions.

- MetadataCommon
  - `status_list` Enumeration[]
    - `id` string — Filter value ID to use in Links Search requests
    - `name` string — Human-readable name
  - `category_list` Enumeration[]
    - `id` string — Filter value ID to use in Links Search requests
    - `name` string — Human-readable name
  - `priority_list` Enumeration[]
    - `id` string — Filter value ID to use in Links Search requests
    - `name` string — Human-readable name
  - `actions_by_category` OnwardActionsByCategory[]
    - `category` 'domain_abuse' | 'malicious_sites' | 'cyber_vulnerability' | 'code_repo_leakage' | 'third_party_risk' | 'identity_novel_exposures' | 'geopolitics_facility'
    - `actions` OnwardActionEnumeration[]
      - `action_id` string, required — The id for the type of action taken. The possible values can be found in the response from metadata/common in actions_by_category field. The action ids possible can grow over time
      - `description` string, required
      - `deprecated` boolean — If deprecated (true) it means that it is no longer possible to store it, but it can still be returned from Playbook Alerts

---

[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)
