notebookutils.workspace.listArtifacts {notebookutils} | R Documentation |
List the specified artifacts in the workspace
Description
List the specified artifacts in the workspace
Usage
notebookutils.workspace.listArtifacts(
artifactType,
workspaceId = "",
maxResults = 1000L
)
Arguments
artifactType |
Type of the artifact |
workspaceId |
Id of the workspace |
maxResults |
Maximum number of artifacts to return, default to 1000 |
Value
A list of artifact objects
[Package notebookutils version 1.5.3 Index]