Get invoice extraction result
documentedPoll for the OCR extraction result of a previously submitted invoice.
POST /api/extract/invoice/2/get_resultExtract APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://extract.api.odoo.com/api/extract/invoice/{{$version}}/get_result" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"jsonrpc": "2.0", "method": "call", "params": {"version": {{$version}}, "document_token": {{$document_token}}, "account_token": "{{$account_token}}"}, "id": "{{$request_id}}"}'