Get Artifact
API Reference
Get Artifact
Get a single artifact by name, including its data.
Args: experiment_id (str): ID of the parent experiment. artifact_name (str): The metric/artifact key within the experiment. user (User): User authenticated with api key. db (Session): Database session.
Returns:
ArtifactModel: The artifact with artifact_data populated.
GET
Get Artifact