---
title: "Tone run status"
method: GET
path: "/api/v2/entity-tone/runs/{run_id}"
tags: ["Media Intelligence"]
---

# Tone run status

`GET /api/v2/entity-tone/runs/{run_id}`

Status + result of a queued entity-tone run. Requires a plan with Entity media tone access (`can_use_tone`) — the Analyst, Media Intelligence, Geopolitical Intelligence, and Global Intelligence plans.

## Path parameters

- `run_id` string, required

## Response `200`

Tone run status.

- object
  - `success` boolean
  - `data` object
    - `run_id` string
    - `run_type` string
    - `status` string
    - `request_source` string
    - `requester_user_id` string
    - `requester_email` string
    - `request_json` string
    - `denominator_hash` string
    - `start_date` string
    - `end_date` string
    - `target_entity_count` integer
    - `candidate_story_count` integer
    - `scored_case_count` integer
    - `estimated_query_units` integer
    - `charged_query_units` integer
    - `estimated_cost_usd` number
    - `error` string
    - `created_at` string
    - `updated_at` string
    - `case_status_counts` object[]
      - `case_status` string
      - `count` integer

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/versions/01aaa6255180/schema)
