Returns a cursor-paginated list of findings — discrepancies detected between the carrier invoice and the contract. See AuditFinding.type for the catalog of finding types.
Documentation Index
Fetch the complete documentation index at: https://developers.opereit.ai/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic Auth using your API key. Send Authorization: Basic base64(key_id:key_secret).
ID of the invoice audit.
Number of items to return per request.
1 <= x <= 100Opaque cursor from a previous response. Omit on the first request.
Filter by finding type.
RATE_MISMATCH, RATE_NOT_FOUND, SURCHARGE_MISMATCH, SURCHARGE_NOT_FOUND, WAIVED_SURCHARGE_BILLED, DUPLICATE_CHARGE Return only findings tied to this tracking number.
If false, return only active (non-excluded) findings. If true, return only excluded findings. Omit to return both.