Skip to main content
GET
Get Artifact Download Url 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 a fetchable location for artifact bytes.

MCP tool results are text, so artifact bytes are never inlined. This model hands back a URL the caller can fetch directly instead.

Attributes: name: Artifact key within experiment metrics. mime_type: MIME type of the stored artifact. download_url: Absolute pre-signed URL for S3-backed artifacts, or the relative API path for artifacts still stored inline. requires_auth_header: Whether download_url needs the caller's authorization header. Pre-signed URLs do not. expires_in_seconds: Lifetime of a pre-signed URL, when applicable. context: Guidance on how to use the returned URL.

name
string
required
download_url
string
required
context
string
required
mime_type
string | null
requires_auth_header
boolean
default:false
expires_in_seconds
integer | null