> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# list

<div>
  <h2>Name</h2>

  <p style={{ paddingLeft: "4ch" }}>
    <code>nebius mysterybox secret list</code>
  </p>

  <p style={{ paddingLeft: "7ch" }}>
    Returns the list of secrets in a specified container, without its Payload.
  </p>
</div>

<div>
  <h2>Synopsis</h2>

  <p style={{ paddingLeft: "4ch" }}>
    ```
    nebius mysterybox secret list
      --page-size
      --page-token
      --parent-id [required]
      --show-scheduled-for-deletion
      --all
      -i, --interactive
    ```
  </p>
</div>

<div>
  <h2>Options</h2>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--page-size` (int64)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      The maximum number of results per page to return. If the number of available<br />
      results is larger than \[page\_size], the service returns a \[ListSecretsResponse.next\_page\_token]<br />
      that can be used to get the next page of results in subsequent list requests.<br />
      Default value: 100.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--page-token` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Page token. To get the next page of results, set \[page\_token] to the<br />
      \[ListSecretsResponse.next\_page\_token] returned by a previous list request.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--parent-id` (string)<em> \[required]</em>
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      ParentId of the secret to return.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--show-scheduled-for-deletion` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      By default, List operation doesn't include resources that are scheduled for deletion.<br />
      If show\_scheduled\_for\_deletion = true, the listing includes resources that are scheduled for deletion.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--all` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      List all the elements. Resets --page-size.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-i, --interactive` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      If set, runs a pagination on an alternate screen.
    </p>
  </div>
</div>

<div>
  <h2>Global Options</h2>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-h, --help` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Show this message.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-p, --profile` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set a profile for interacting with the cloud.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--format` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Output format. Supported values: yaml|json|jsonpath|table|text.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-f, --file` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Input file. For 'update' commands automatically set --full=true.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `-c, --config` (string)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Provide path to config file.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--debug` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Enable debug logs.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--color` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Enable colored output.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--no-browser` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Do not open browser automatically on auth.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--insecure` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Disable transport security.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--auth-timeout` (duration: 2h30m10s)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the timeout for the request including authentication process, default is 15m0s.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--per-retry-timeout` (duration: 2h30m10s)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the timeout for each retry attempt, default is 20s.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--retries` (uint)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the number of retry attempts, 1 is disable retries, default is 3.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--timeout` (duration: 2h30m10s)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Set the timeout for the main request, default is 1m0s.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--no-check-update` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Suppress check for updates.
    </p>
  </div>

  <div style={{ paddingLeft: "4ch" }}>
    <p>
      `--no-progress` (bool)
    </p>

    <p style={{ paddingLeft: "4ch" }}>
      Suppress progress indicators and spinners.
    </p>
  </div>
</div>

<Expandable title="Input argument JSON Schema">
  <Tabs>
    <Tab title="Full">
      ```json theme={null}
      {                                     
        "page_size": int64,                  // The maximum number of results per page to return. If the number of available
                                             // results is larger than [page_size], the service returns a [ListSecretsResponse.next_page_token]
                                             // that can be used to get the next page of results in subsequent list requests.
                                             // Default value: 100.
        "page_token": string,                // Page token. To get the next page of results, set [page_token] to the
                                             // [ListSecretsResponse.next_page_token] returned by a previous list request.
        "parent_id": string,                 // [required]
                                             // ParentId of the secret to return.
        "show_scheduled_for_deletion": bool  // By default, List operation doesn't include resources that are scheduled for deletion.
                                             // If show_scheduled_for_deletion = true, the listing includes resources that are scheduled for deletion.
      }
      ```
    </Tab>

    <Tab title="CopyPaste Friendly">
      ```json theme={null}
      nebius mysterybox secret list '
      {                                      
        "page_size": 0,                      
        "page_token": "",                    
        "parent_id": "",                     
        "show_scheduled_for_deletion": false 
      }
      '
      ```
    </Tab>
  </Tabs>
</Expandable>

<strong>Auto generated on 19-May-2026</strong>
