---
title: "Search Credit News"
method: GET
path: "/v2/datasets/odyssey/credit-analysis/news/search"
tags: ["odyssey"]
---

# Search Credit News

`GET /v2/datasets/odyssey/credit-analysis/news/search`

Search credit and financial news articles matching a query.

## Query parameters

- `q` string, required
- `regions` string, nullable
- `limit` integer

## Response `200`

Successful Response

- NewsSearchResponse
  - `limit` integer
  - `query` string, required
  - `results` NewsArticle[]
    - `news_id` string, required
    - `published_date` string, nullable
    - `snippet` string, nullable
    - `source` string, nullable
    - `title` string, required
    - `url` string, nullable
  - `total` integer

## Other responses

- `500` — Internal server error

---

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