---
title: "Evaluate attack score against an existing message"
method: GET
path: "/v0/messages/{id}/attack_score"
tags: ["Messages"]
---

# Evaluate attack score against an existing message

`GET /v0/messages/{id}/attack_score`

Evaluate attack score against an existing message

## Path parameters

- `id` string, uuid, required — Message ID

## Response `200`

OK

- HandlersAttackScoreResponse
  - `graymail_score` number, double, nullable — Score from 0 to 100, with higher scores indicating a higher correlation with messages involved in graymail.
  - `score` number, double, nullable — Score from 0 to 100, with higher scores indicating a higher correlation with messages involved in attacks.
  - `top_signals` HandlersAttackScoreSignalResult[] — Top signals contributing to the score
    - `category` string
    - `description` string
    - `rank` integer
  - `verdict` string, nullable — Verdict of the score, determined by thresholds.

---

[API](https://skmtc.dev/sublime/apis/sublime-platform-api.md) · [All operations](https://skmtc.dev/sublime/apis/sublime-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sublime/sublime-platform-api/revisions/d5df82850357/schema)
