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: apps/docs/content/docs/cli/audit-logs.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ List Audit Logs (OAuth login or personal API key required)
59
59
|`--include-departed`| No | Include actions by users who have left the organization. |
60
60
|`--no-include-departed`| No | Send --include-departed as false. |
61
61
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
62
+
|`--cursor <value>`| No | Continue from nextCursor returned by a previous result. |
62
63
|`--organization <value>`| No | Organization ID; defaults to your only organization, and is required when your account belongs to more than one (OAuth login or personal API key required). |
63
64
|`--actor-email <value>`| No | Filter by actor email address. |
64
65
|`--all-workspaces`| No | Do not filter to the configured workspace (OAuth login or personal API key required for account-wide access). |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/cli/blocks.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,6 @@ sim blocks list [options]
41
41
|`--source <value>`| No | Restrict to built-in blocks or this workspace's deployed custom blocks. Accepted values: `builtin`, `custom`. |
42
42
|`--sort-by <value>`| No | Field used to sort the result. Sorting by `name` is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: `id`, `name`, `category`. |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/cli/files.mdx
+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
@@ -292,7 +292,7 @@ sim files list [options]
292
292
|`--search <value>`| No | Case-insensitive substring match against the file name. |
293
293
|`--sort-by <value>`| No | Field used to sort the result. Sorting by `name` is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: `name`, `size`, `uploadedAt`, `updatedAt`. |
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
391
+
|`--cursor <value>`| No | Continue from nextCursor returned by a previous result. |
391
392
392
393
</CommandTable>
393
394
@@ -525,6 +526,7 @@ sim knowledge documents list <knowledgeBaseId> [options]
525
526
|`--enabled-filter <value>`| No | Filter by whether documents are enabled for search. Accepted values: `all`, `enabled`, `disabled`. |
526
527
|`--sort-by <value>`| No | Field used to sort the result. Sorting by `filename` is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: `filename`, `fileSize`, `tokenCount`, `chunkCount`, `uploadedAt`, `processingStatus`, `enabled`. |
|`--cursor <value>`| No | Continue from nextCursor returned by a previous result. |
528
530
|`--tag-filters <value>`| No | A JSON-encoded array of at most 10 tag filters, using the same display-name shape as knowledge search: `[{"tagName":"category","operator":"eq","value":"billing"}]`. Every filter must hold, including two that name the same tag. A name that is not defined in this knowledge base is rejected, never ignored. |
529
531
530
532
</CommandTable>
@@ -740,6 +742,7 @@ List Knowledge Connector Documents (OAuth login or personal API key required)
740
742
|`--include-excluded`| No | Include documents explicitly excluded by a user. |
741
743
|`--no-include-excluded`| No | Send --include-excluded as false. |
742
744
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
745
+
|`--cursor <value>`| No | Continue from nextCursor returned by a previous result. |
743
746
744
747
</CommandTable>
745
748
@@ -799,7 +802,7 @@ List Knowledge Connectors (OAuth login or personal API key required)
799
802
| --- | --- | --- |
800
803
|`--sort-by <value>`| No | Field used to sort the result. Accepted values: `connectorType`, `createdAt`, `updatedAt`. |
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
805
+
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `0`. |
803
806
804
807
</CommandTable>
805
808
@@ -1006,7 +1009,7 @@ sim knowledge list [options]
1006
1009
|`--search <value>`| No | Case-insensitive substring match against the resource name. |
1007
1010
|`--sort-by <value>`| No | Field used to sort the result. Sorting by `name` is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: `name`, `createdAt`, `updatedAt`. |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/cli/logs.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ sim logs list [options]
83
83
|`--include-trace-spans`| No | Include trace spans in JSON or YAML output (implies full detail). |
84
84
|`--include-final-output`| No | Include final output in JSON or YAML output (implies full detail). |
85
85
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
86
+
|`--cursor <value>`| No | Continue from nextCursor returned by a previous result. |
86
87
|`--status <value>`| No | Comma-separated execution statuses to include, from `pending`\|`running`\|`paused`\|`redacting`\|`completed`\|`failed`\|`cancelled`. An empty entry is rejected. ANDed with `level`, which reports severity rather than lifecycle. |
87
88
|`--workflow-name <value>`| No | Case-insensitive substring match against the run's workflow name. Runs whose workflow has been deleted match nothing, because the name is no longer joinable. |
88
89
|`--include-job-runs`| No | Include Chat and Sim-agent jobs alongside workflow runs. Jobs use `kind: "job"` and have no workflow or cost ledger. Workflow, folder, model, or status filters exclude jobs. This option is valid only when sorting by `startedAt`. |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/cli/mcp-servers.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ sim mcp-servers list [options]
93
93
|`--search <value>`| No | Case-insensitive substring match against the server name. |
94
94
|`--sort-by <value>`| No | Field used to sort the result. Sorting by `name` is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: `name`, `createdAt`, `updatedAt`. |
0 commit comments