> ## 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.

# List Invoice Extraction Runs

> List invoice extraction runs for the signed-in account.

## Overview

Returns invoice extraction runs indexed for the authenticated account.

<ParamField query="limit" type="integer">
  Maximum number of runs to return.
</ParamField>

<ParamField query="cursor" type="string">
  Pagination cursor.
</ParamField>

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