Skip to main content

List Purchase Invoice Attachments

GET 

/api/purchase-invoices/:purchaseInvoice/attachments

List all file attachments on a purchase invoice, ordered oldest first.

Required scope: purchase-orders:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Each attachment includes its OCR scan state: ocr_status is null (never scanned), pending, processing, completed, or failed. download_url is an absolute URL to the download endpoint.

Requires the purchase-orders:read token scope. Returns the full list — this endpoint is not paginated.

Request

Responses

OK

Response Headers
    Content-Type