List Filing Source Files
list_filing_source_filesLists the source files (PDFs, XLS spreadsheets, DOC manuals, ZIP archives) ingested for a SERFF id. Returns metadata only — name, size in bytes, MIME-class type (pdf / spreadsheet / document / csv / archive / other), file extension, modified timestamp.
Pair with get_filing_source_file_link to mint a signed download link the user can click — list names here, mint a link there.
Use this to:
triage a filing whose summary looks thin ("did we even ingest the right files?"),
discover the XLSM rater / rate manual PDF / rating-samples spreadsheet for a filing,
confirm which artefacts a filing actually shipped (e.g. is there a separate rate manual XLS, or just the PDF?).
Returns { error: ... } if no source files exist for the SERFF id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serff | Yes | Canonical SERFF id, shape PREFIX-IDENTIFIER (e.g. "AAIC-134567890"). Validated against /^[A-Z]{3,5}-[A-Z0-9]{7,15}$/; invalid values return an error envelope. |