You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For full control over the export configuration (including `catalog_static_resources`, `library_static_resources`, and `customer_lists`), use `--data-units` with a JSON string matching the `ExportDataUnitsConfiguration` shape.
150
150
151
+
### View Job Logs
152
+
153
+
```bash
154
+
# get the log from the most recent execution of a job
155
+
b2c job log my-custom-job
156
+
157
+
# get the log from the most recent failed execution
0 commit comments