tracking_requests_list
Filter and list tracking requests to surface missing tracking numbers, with options for batch, status, shipment type, and soft-delete inclusion.
Instructions
List tracking requests with triage filters. missingTrackingOnly:true surfaces requests with no tracking_number yet (the n8n label webhook is fire-and-forget, so a stuck request shows here). Soft-deleted rows excluded unless includeDeleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Target database environment (wired now: dev). Defaults to dev (safe). | dev |
| limit | No | ||
| status | No | ||
| batchId | No | batch_id UUID that groups a create-label batch. | |
| shipmentType | No | ||
| includeDeleted | No | ||
| missingTrackingOnly | No |