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
Copy file name to clipboardExpand all lines: COMMANDS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ iterable campaigns list
148
148
149
149
| Option | Type | Required | Description |
150
150
|--------|------|----------|-------------|
151
-
|`--campaignState`|enum[]| no | Filter campaigns by state. Can specify multiple states. Valid states: Draft, Ready, Scheduled, Running, Finished, Starting, Aborted, Recurring, Archived|
151
+
|`--campaignState`|`Draft`\|`Ready`\|`Scheduled`\|`Running`\|`Finished`\|`Starting`\|`Aborted`\|`Recurring`\|`Archived`| no | Filter campaigns by state|
152
152
|`--order`|`asc`\|`desc`| no | Sort direction (asc or desc) |
153
153
|`--page`| number | no | Page number (starting at 1) |
154
154
|`--pageSize`| number | no | Number of results to return per page (defaults to 20, maximum of 1000) |
0 commit comments