> ## Documentation Index
> Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Invoice Extraction Results

> Download invoice extraction results as JSON.

## Overview

Downloads normalized JSON results for an invoice extraction run. CSV, XML, and XLSX result endpoints are also available with the same run ID.

<ParamField path="run_id" type="string" required>
  Invoice extraction run ID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl https://api.okrapdf.com/v1/workflows/invoice-extraction/runs/run_abc123/results.json \
    -H "Authorization: Bearer $OKRA_API_KEY"
  ```
</RequestExample>
