MCP documentation | MCP docs for agents
ark_list_pay_holds
ark.list_pay_holds
List visible active or resolved ARK pay holds and claims with load, customer, value, note, and creator context.
- Availability
- Expanded preview
- Scopes
loads:readbilling:read- ARK permissions
canViewLoadsone of: canViewBillingone of: canViewPayHoldsReportone of: canEditLoadone of: canMakeAdjustments- Team visibility
- Required and enforced
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- Yes
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
statusstringOptional pay hold status filter.
one of: active, resolved, all; default: "active"
claimTypestringOptional claim vs hold filter.
one of: claim, hold, all; default: "all"
valueFromnumbermin: 0
valueTonumbermin: 0
loadNumberFromnumbermin: 0
loadNumberTonumbermin: 0
createdBystringOptional creator user ID filter.
format: uuid
currencystringOptional carrier currency filter.
one of: USD, CAD, MXN
searchstringOptional search across load number, customer, notes, pickup number, PO, BOL, creator name, and creator email.
min length: 1; max length: 100
limitintegerdefault: 25; min: 1; max: 100
offsetintegerdefault: 0; min: 0
Result
The tool returns the canonical ark.list_pay_holds operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.