Skip to main content
GET
/
exports
/
data-quality.csv
Export data quality issues as CSV
curl --request GET \
  --url https://mkk.celebi.me/api/exports/data-quality.csv
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.mkk.celebi.me/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

fund_id
string

Filter by fund code.

fund_code
string

Filter by fund code.

low_line_item_threshold
integer

Line-item value count below which a document enters the low-coverage queue.

Required range: 0 <= x <= 100
export_limit
integer

Maximum number of rows per export query. Defaults to 50000.

Required range: 1 <= x <= 100000

Response

200 - text/csv

CSV export of low coverage documents, mapping review rows, parse failures, and missing PDFs.

The response is of type string.