Skip to main content
GET
/
exports
/
line-item-values.csv
Export line item values as CSV
curl --request GET \
  --url https://mkk.celebi.me/api/exports/line-item-values.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.

period
string

Filter by report period.

document_id
integer

Filter by internal document id.

Required range: x >= 1
section_id
string

Filter by canonical section slug.

line_item_slug
string

Filter by canonical line item slug.

q
string

Text search query.

label
string

Raw or canonical label search.

export_limit
integer

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

Required range: 1 <= x <= 100000
offset
integer

Number of rows to skip.

Required range: x >= 0

Response

200 - text/csv

CSV export of normalized line item values with raw labels and mapping confidence.

The response is of type string.