curl --request GET \
--url http://localhost:3000/v1/performance{
"date_range": {
"start": "<string>",
"end": "<string>"
},
"orders_count": 123,
"total_sales": 123,
"avg_fulfillment_time_minutes": 123,
"rfc_items_count": 123,
"sweep_items_count": 123,
"estimated_profit": 123,
"estimated_profit_percent": 123
}Returns performance metrics for a date range including:
curl --request GET \
--url http://localhost:3000/v1/performance{
"date_range": {
"start": "<string>",
"end": "<string>"
},
"orders_count": 123,
"total_sales": 123,
"avg_fulfillment_time_minutes": 123,
"rfc_items_count": 123,
"sweep_items_count": 123,
"estimated_profit": 123,
"estimated_profit_percent": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.
Start date (YYYY-MM-DD). Defaults to today.
"2026-02-01"
End date (YYYY-MM-DD). Defaults to today.
"2026-02-03"
Performance metrics
Show child attributes
Total number of orders placed (excluding cancelled)
Total sales amount in dollars
Average time from order arrival to delivery in minutes
Number of RFC (inventory) items
Number of sweep items
Estimated profit in dollars
Estimated profit as percentage