---
title: "Search Bdc Portfolios"
method: GET
path: "/v2/datasets/odyssey/credit-analysis/bdc/search"
tags: ["odyssey"]
---

# Search Bdc Portfolios

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

Search across all indexed BDC portfolios for a borrower, industry, or keyword.

Searches loan-level data from ~50 BDC quarterly filings covering $150B+ in direct loans.
Returns matching investments with terms (spread, seniority, maturity, fair value).

## Query parameters

- `q` string, required
- `seniority` string, nullable
- `non_accrual_only` boolean
- `limit` integer

## Response `200`

Successful Response

- OdysseyCreditAnalysisBdcSearchResponse
  - `query` string
  - `total_results` integer
  - `results` OdysseyCreditAnalysisBdcSearchResponseResultsItems[]
    - `company` string
    - `bdc_name` string
    - `filing_date` string
    - `source` string
    - `note` string

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