Skip to main content
GET
/
ai
/
{experiment_id}
/
artifact
Get Artifact In Experiment
curl --request GET \
  --url 'https://api.example.com/ai/{experiment_id}/artifact?HAIQU_API_KEY='
{
  "name": "<string>",
  "kind": "<string>",
  "value": null,
  "mime_type": "<string>",
  "content_url": "<string>",
  "auth_hint": {},
  "x": {},
  "y": {},
  "points": [
    "<unknown>"
  ]
}

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

experiment_id
string
required

Query Parameters

artifact_name
string
required

Response

Successful Response

Artifact (value, time series, text, image) logged in the experiment.

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