wx-ai prompt-session list-entries
Lists entries from a session.
Syntax
cpdctl wx-ai prompt-session list-entries \
[--cpd-scope CPD-SCOPE] \
[--bookmark BOOKMARK] \
[--limit LIMIT] \
[--project-id PROJECT-ID] \
--session-id SESSION-ID
Options
Table 1: Command options
Option | Description |
---|---|
--cpd-scope (string) |
The Cloud Pak for Data space or project scope,. For
example, |
--bookmark (string) |
Bookmark from a previously limited get request. The value must match the regular expression |
--limit (string) |
Limit for results to retrieve, default 20. The value must match the regular expression |
--project-id (string) |
Required. Specifies the project ID as the target. One target must be supplied per request. The value must match the regular expression |
--session-id (string) |
Prompt Session ID. Required. The value must match the regular expression |
Examples
cpdctl wx-ai prompt-session list-entries \
--session-id exampleString \
--project-id exampleString \
--bookmark exampleString \
--limit exampleString