---
title: "List extracted items for a filing"
method: GET
path: "/api/filings/item-list"
tags: ["SEC Filings"]
---

# List extracted items for a filing

`GET /api/filings/item-list`

![Stock](https://img.shields.io/badge/Stock-f97316) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

> **Preview:** This endpoint is a preview of a planned feature for a future release. Item extraction is not yet enabled for the full filing universe — most filings will return an empty list until processing is complete.

Returns the list of extracted items (sections) available for a given SEC filing.
Each entry includes the item identifier, title, and content size — but not the actual content.
Use `/api/filings/item` to retrieve the full content of a specific item.

**Coverage note:** Item extraction is best-effort. SEC filings have no standardized HTML structure,
so some items may be missing if the filing uses an unusual layout. Common items like Risk Factors (1A),
MD&A (7), and Financial Statements (8) have the highest extraction success rate.
8-K items are extracted from the filing body — not all 8-K filings contain structured item sections.

## Query parameters

- `accessionNumber` string, required

## Response `200`

List of available items

- object[]
  - `item` string — Item identifier
  - `title` string — Item title
  - `charCount` integer — Content length in characters

## Other responses

- `400` — Invalid parameters
- `401` — Authentication required
- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
