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

# Search Credit Relationships

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

Search lender-borrower relationships across BDC portfolios and UCC filing data.

Provide either `lender` (to find their borrowers) or `borrower` (to find their lenders).
Cross-references BDC SEC filings with state UCC portal links for deeper research.

## Query parameters

- `lender` string, nullable
- `borrower` string, nullable

## Response `200`

Successful Response

- OdysseyCreditAnalysisRelationshipsSearchResponse
  - `error` string
  - `known_lenders` 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/fe4649e3f4aa/schema)
