---
title: "List tone runs"
method: GET
path: "/api/v2/entity-tone/runs"
tags: ["Media Intelligence"]
---

# List tone runs

`GET /api/v2/entity-tone/runs`

List entity-tone scoring runs. Requires a plan with Entity media tone access (`can_use_tone`) — the Analyst, Media Intelligence, Geopolitical Intelligence, and Global Intelligence plans.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

List tone runs.

- 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
  - `pagination` object
    - `limit` integer
    - `cursor` unknown
    - `next_cursor` unknown
    - `has_more` boolean

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