---
title: "NewsItemNotFoundResponse"
url: "https://console.9fin.com/apis/news-api-v2/versions/d8d91da6-77d3-48db-a023-e71b20cfd311/schemas/NewsItemNotFoundResponse"
---

> Full API specification: https://console.9fin.com/apis/news-api-v2/versions/d8d91da6-77d3-48db-a023-e71b20cfd311.md

# NewsItemNotFoundResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin News & Content API - v2
  version: 0.3.38
servers:
  - url: https://api.9fin.com
    description: prod
components:
  schemas:
    NewsItemNotFoundResponse:
      properties:
        message:
          type: string
          title: Message
        trace_id:
          anyOf:
            - type: string
            - type: "null"
          title: Trace Id
      type: object
      required:
        - message
        - trace_id
      title: NewsItemNotFoundResponse
      examples:
        - message: The supplied news item ID could not be found.
          trace_id: 202bde256c7d446f9623efdc96286c5d
```
