---
title: "Risk Event Definitions"
method: GET
path: "/risk-events-definitions"
tags: ["Risk Events"]
---

# Risk Event Definitions

`GET /risk-events-definitions`

Our Risk Event Definitions represent a specific classification that we apply to news to extract events. Each definition is intended to describe a specific kind of concrete event that might happen. The goal is to find objective evidence of actions happening in the world, and avoid general discussion and speculation.

Event definitions can be used for both filtering [Risk Events][] and computing [Risk Scores][].

[Risk Events]: #tag/Risk-Events/operation/risk-events-search
[Risk Scores]: #tag/Risk-Events/operation/risk-events-scores

## Response `200`

Returns a list of available event definitions

- RiskEventDefinitionResponse
  - `event-definitions` RiskEventDefinition[], required
    - `id` string, required
    - `name` string, required
    - `description` string

---

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