Skip to main content
GET
/
v1
/
workflows
/
invoice-extraction
/
runs
curl https://api.okrapdf.com/v1/workflows/invoice-extraction/runs \
  -H "Authorization: Bearer $OKRA_API_KEY"

Overview

Returns invoice extraction runs indexed for the authenticated account.
limit
integer
Maximum number of runs to return.
cursor
string
Pagination cursor.
curl https://api.okrapdf.com/v1/workflows/invoice-extraction/runs \
  -H "Authorization: Bearer $OKRA_API_KEY"