listArtifactKeys

abstract suspend fun listArtifactKeys(sessionKey: SessionKey): List<String>

Lists the filenames of all artifacts within a session.

Return

the list of artifact filenames in the session.

Parameters

sessionKey

identifies the session whose artifacts are listed.