List Artifacts
API Reference
List Artifacts
List the artifacts logged to an experiment.
Every entry in experiment.metrics is exposed as an artifact, including
its inferred type and data.
Args: experiment_id (str): ID of the parent experiment. user (User): User authenticated with api key. db (Session): Database session. limit (int): Limit the number of the artifacts returned.
Returns: list: List of ArtifactModel objects.
GET
List Artifacts