Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

CycleArtifactSummary

One artifact produced by a cycle, with a ready-to-use download URL. WS run-detail parity (BE): the cycle-detail response carried a count badge ("1 artifact") but no download path, so the FE could not link to the produced file even though a download endpoint already exists. This summary closes that gap. Read from workstreams.cycle_artifact.

FieldTypeDescription
idrequiredstring (uuid)Artifact UUID
namestring | nullHuman display name of the artifact
file_namestring | nullOriginal file name, if any
artifact_typerequiredstringArtifact type (e.g. generated_doc)
size_bytesinteger | nullSize in bytes, if known
created_atrequiredstring (date-time)When the artifact was produced
download_urlstring | nullRelative path to stream the artifact content: /api/v1/workstreams/cycles/{cycle}/artifacts/{artifact}/download