> ## Documentation Index
> Fetch the complete documentation index at: https://macrofeed.dsforge.co/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Response example

> A live get_next_release response from CTX Protocol.

The following example is based on a successful live CTX developer call.

```json theme={null}
{
  "event": {
    "eventId": "evt_2026-07-14_us_cpi_headline",
    "indicatorKey": "us_cpi_headline",
    "title": "Consumer Price Index",
    "country": "US",
    "currency": "USD",
    "impact": "high",
    "releaseAt": "2026-07-14T12:30:00.000Z",
    "timezone": "America/New_York",
    "period": "2026-06",
    "status": "scheduled",
    "actual": null,
    "forecast": null,
    "previous": null,
    "changeFromPrevious": null,
    "changePercentFromPrevious": null,
    "changeDirection": "not_available",
    "forecastSource": "unavailable",
    "scheduleSource": "official_calendar",
    "sourceName": "U.S. Bureau of Labor Statistics",
    "sourceUrl": "https://www.bls.gov/schedule/news_release/"
  },
  "found": true
}
```

Unavailable values remain `null`. This allows the consuming agent to distinguish missing evidence from a numeric zero or an inferred value. `forecast` remains a reserved compatibility field; MacroFeed focuses directly on verified actuals, official previous values, and derived changes.
