Skip to main content
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_document
string
Filter by OCR processing statusOptions: pending, processing, completed, failed

Response

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 documentType to get specific categories
  • Check processing_status to see if OCR is complete