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, cpd://default-profile/spaces/7bccdda4-9752-4f37-868e-891de6c48135.

--bookmark (string)

Bookmark from a previously limited get request.

The value must match the regular expression /[a-zA-Z0-9-]*/.

--limit (string)

Limit for results to retrieve, default 20.

The value must match the regular expression /[a-zA-Z0-9-]*/.

--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 /[a-zA-Z0-9-]*/.

--session-id (string)

Prompt Session ID. Required.

The value must match the regular expression /[a-zA-Z0-9-]*/.

Examples

cpdctl wx-ai prompt-session list-entries \
    --session-id exampleString \
    --project-id exampleString \
    --bookmark exampleString \
    --limit exampleString