session-recordings list-exports
Command: boundary session-recordings list-exports
The boundary session-recordings list-exports command lists any session recording exports in a scope or child scopes.
Example
The following command recursively lists all session recording exports in the global scope:
$ boundary session-recordings list-exports -scope-id global -recursive true
Usage
$ boundary session-recordings list-exports [options] [args]
Command options
-recursive- If set, runs the list operation recursively into child scopes, if the type supports it. The default value isfalse.-scope-id=<string>- The scope in which to make the request. The default isglobal. You can also specify this value using the BOUNDARY_SCOPE_ID environment variable.