Documents
List Documents
Get all documents attached to a specific claim
GET
Overview
Retrieve a list of all documents uploaded to a claim. Supports pagination and filtering.Authentication
Requires API Token authentication via Bearer token.Request
string
required
UUID of the claim
integer
default:"20"
Number of documents per page (max: 100)
integer
default:"0"
Number of documents to skip for pagination
string
Filter by document typeOptions:
invoice, contract, correspondence, legal, general, additional_documentstring
Filter by OCR processing statusOptions:
pending, processing, completed, failedResponse
boolean
Indicates if the request was successful
array
Array of document objects
integer
Total number of documents for this claim
Notes
- Documents are returned in descending order by creation date (newest first)
- Use pagination for claims with many documents
- Filter by
documentTypeto get specific categories - Check
processing_statusto see if OCR is complete