Download an artifact
Conversations
Download an artifact
Downloads the bytes of the named artifact, streamed back with the artifact’s original Content-Type and a Content-Disposition: attachment header carrying its filename. Scoped to the caller’s own workspace: an artifact belonging to another workspace returns 404.
GET
Download an artifact
Binary response
Returns the raw file bytes with the artifact’s storedContent-Type (not JSON), plus a Content-Disposition filename for download. The interactive playground may not render binary — fetch it programmatically and stream the body to a file.