Databricks SDK for JavaScript
    Preparing search index...
    interface ListArtifactsRequest {
        pageToken?: string;
        path?: string;
        runId?: string;
        runUuid?: string;
    }
    Index

    Properties

    pageToken?: string

    The token indicating the page of artifact results to fetch. page_token is not supported when listing artifacts in UC Volumes. A maximum of 1000 artifacts will be retrieved for UC Volumes. Please call /api/2.0/fs/directories{directory_path} for listing artifacts in UC Volumes, which supports pagination. See List directory contents | Files API.

    path?: string

    Filter artifacts matching this path (a relative path from the root artifact directory).

    runId?: string

    ID of the run whose artifacts to list. Must be provided.

    runUuid?: string

    [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will be removed in a future MLflow version.