# Non-accrual

> What the fund footnoted. Not inferred from a low mark.

```
GET https://dirigon.com/v1/non-accrual
```

### Example

```bash
curl "https://dirigon.com/v1/non-accrual?limit=10" -H "X-API-KEY: YOUR_KEY"
```

### Response

```json
{
  "non_accrual": [
    {
      "filer": "Blackstone Private Credit Fund",
      "company": "Medallia, Inc.",
      "cost_m": 1084.03,
      "fv_m": 553.6,
      "mark": 0.5107,
      "period": "2026-06-30"
    }
  ]
}
```
