Skip to main content
GET
Get Artifact Content
Streams the raw bytes of an artifact. The response Content-Type matches the artifact’s stored MIME type. This endpoint is public — no authentication required. Use this endpoint when you need the raw content rather than metadata. For agents reading markdown or HTML artifacts, this is the most direct path.

Path parameters

Example response

The response body is the raw artifact content with no JSON envelope. The Content-Type header reflects the artifact’s MIME type.
For JSON metadata about the artifact (title, size, version count, etc.), use Get Artifact instead.