Skip to main content
GET
Get artifact metadata

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Machine ID (e.g. mch_a1b2c3d4)

artifact_id
string
required

Response

Artifact metadata

id
string
required
context_id
string
required
kind
enum<string>
required
Available options:
image,
document,
html,
file
mime_type
string
required
name
string
required
size_bytes
integer<int64>
required
sha256
string
required
created_at
string<date-time>
required
execution_count
integer
expires_at
string<date-time> | null
preview_url
string | null
download_url
string | null
metadata
object

Artifact metadata produced by the Jupyter sidecar and passed through (with rewritten URLs); shape owned by the sidecar, deliberately open.