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

# Search Credit Agreements

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

Search SEC 8-K filings for credit agreements.

When public companies enter material credit facilities, they file the
agreement as an exhibit to an 8-K. Returns filing dates and companies.

## Query parameters

- `borrower` string, nullable
- `lender` string, nullable
- `date_from` string, nullable
- `limit` integer

## Response `200`

Successful Response

- OdysseyCreditAnalysisAgreementsSearchResponse
  - `results` unknown[]
    - unknown
  - `total` integer
  - `error` 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)
