List File Readings
List File Readings
Retrieve extracted file readings produced by the asynchronous document processing pipeline
GET
List File Readings
List File Readings
Use this endpoint after uploading and confirming a file to retrieve the parsed reading payload generated by the file processing pipeline. This is the entry point for programmatic post-upload automation:- Upload file
- Wait for async classification and processing
- Fetch extracted readings
- Optionally edit the reading
- Create linked invoices or wastes from the reading
Headers
API key for authentication.
Organization UUID that owns the uploaded files.
Query Parameters
Optional file UUID list. When provided, the endpoint returns readings for those files instead of folder-style browsing.
Optional folder UUID to browse readings within a folder.
Optional project UUID to filter readings to a project.
Filter by whether the file already has linked invoices or wastes.
Case-insensitive file name search.
Optional reading categories. Values come from the file reading categories returned by the API, such as
water, electricity, gas, fuel_delivery, recharges, or wastes.Page number for folder-style browsing. Defaults to
1.Page size for folder-style browsing.
Response Shape
The response mixes folders and file reading items. File reading items include:id: file UUIDname: file nametags: classifier tags such asinvoice::watercategory: derived category stringreading.status: processing status, usuallysuccessorerrorreading.content.items: extracted OCR or LLM outputlinked:trueonce invoices or wastes have been created from the file
Example
Example Response
Notes
- This endpoint does not trigger processing. It only returns the current reading state.
linked=truemeans downstream invoices or wastes already exist for the file.- When
file_idis provided, the response is effectively a direct fetch for those file readings.

