---
title: "Get Manager Detail"
method: GET
path: "/v2/datasets/odyssey/credit-analysis/funds/managers/{name}"
tags: ["odyssey"]
---

# Get Manager Detail

`GET /v2/datasets/odyssey/credit-analysis/funds/managers/{name}`

Detailed information about a private credit fund manager.

Combines SEC filing data with known manager intelligence.
Returns filing history, fund count, strategy, and recent Form D filings.

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- OdysseyCreditAnalysisManagerDetailResponse
  - `name` string
  - `strategy` string, nullable
  - `cik` string, nullable
  - `form_d_filings_total` integer
  - `recent_filings` unknown[]
    - unknown

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