action shipengine_get_tracking_log_from_label { label: "Get Label Tracking Information" description: "Retrieve the label's tracking information" provider: shipengine method: GET path: "/v1/labels/{label_id}/track" encoding: json output: { type: "object" description: "A get tracking log from label response body" required: ["carrier_status_code", "estimated_delivery_date", "events", "status_code", "tracking_number"] additionalProperties: false } }