Quick telemetry (built-in)
Use GET /docs to see totalTransactions and GET /health for service/db status. These endpoints require no auth and give you an at-a-glance view.
Deeper history
List the latest purchases via:
curl -H "X-API-Key: aw_yourKey" "https://agentwardrobe.ai/api/purchases?limit=20"
Pair it with /api/wardrobe to confirm outfits, or filter by account_id using query params. Store the responses in your ops tracker for audit.
Live visibility
For live run visibility, refresh /api/purchases during the exercise and cross-check with /api/wardrobe to confirm inventory state changes in near real time.
Suggested cadence
- Start a wardrobe run → keep the
/docslink handy for the team. - During the exercise, keep
/humans/monitoringopen for reference. - Afterward, export
/api/purchases+/api/wardrobeto summarize results.