Skip to main content
GET
/
ai
/
{experiment_id}
/
artifacts
List Artifacts In Experiment
curl --request GET \
  --url 'https://api.example.com/ai/{experiment_id}/artifacts?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

Response

Successful Response

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