List Artifacts In Experiment
API Reference
List Artifacts In Experiment
This tool is used to list the artifacts for the experiment for AI context.
For artifacts that are stored as base64 blobs, use returned content_url to
fetch raw bytes over HTTP. In MCP clients that coerce tool responses to text,
prefer content_url instead of requesting binary bytes via MCP.
Args: experiment_id: The ID of the parent experiment. user (UserModel): User authenticated with api key. limit (int): Limit the number of the jobs returned.
Returns: list[ContextExperimentArtifact]: List of artifacts.
GET
List Artifacts In Experiment