Skip to main content
GET
Get Artifact In Experiment

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

experiment_id
string
required

Query Parameters

artifact_name
string
required

Response

Successful Response

Represent the normalized artifact shape returned by MCP read endpoints.

Attributes: name: Artifact key in experiment metrics. kind: Normalized read-side artifact category, typically value, timeseries, or a base64-derived media family such as image. value: Scalar or JSON-like artifact value. mime_type: MIME type for binary or base64-backed artifacts. content_url: Relative URL used to fetch raw bytes when needed. auth_hint: Header hint used by clients when dereferencing content_url. x: X-axis metadata for timeseries payloads. y: Y-axis metadata for timeseries payloads. points: Ordered point list for timeseries payloads.

name
string
required
kind
string
required
value
unknown
mime_type
string | null
content_url
string | null
auth_hint
Auth Hint · object | null
x
X · object | null
y
Y · object | null
points
any[] | null