MCP documentation | MCP docs for agents
ark_get_spot_quote_lane_history
ark.get_spot_quote_lane_history
Get awarded quote history, pricing trend, and market activity for a pickup and delivery ZIP lane.
- Availability
- Expanded preview
- Scopes
loads:read- ARK permissions
canViewLoads- 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
pickupZipstringrequiredPickup ZIP code. One to five digits are accepted and normalized to five.
deliveryZipstringrequiredDelivery ZIP code. One to five digits are accepted and normalized to five.
daysBackintegerHistorical lookback window for lane statistics and awarded history.
default: 90; min: 1; max: 365
limitintegerMaximum awarded spot quote history records to return.
default: 50; min: 1; max: 100
teamIdsarray<string>Visible team IDs to filter lane history by. Omit to use all visible teams.
min items: 1; max items: 50
Result
The tool returns the canonical ark.get_spot_quote_lane_history 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.