Get Artifact Content
Artifacts
Get Artifact Content
GET /v0/artifacts/:publicId/content — Stream the raw artifact 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
| Parameter | Type | Required | Description |
|---|---|---|---|
publicId | string | Yes | UUID of the artifact |
Example response
The response body is the raw artifact content with no JSON envelope. TheContent-Type header reflects the artifact’s MIME type.
For JSON metadata about the artifact (title, size, version count, etc.), use Get Artifact instead.