list_document_files
List files attached to a vehicle compliance document, returning metadata for each PDF (cleaned or original) to select the right one before download.
Instructions
List the files attached to a document.
Returns [{file_uid, file_name, kind, pages_count, published_at}] —
each entry's file_uid can be passed to download_document_file.
A document often has several PDFs (e.g. cleaned + original); use this tool to enumerate them and pick the right one before download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | One of: otts, otch, zotts, zotch, sbkts, zoets, sout, cert, decl. Slug isn't globally unique between kinds, so kind is required. | |
| document_slug | Yes | Document slug (from search.slug field). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |