401.
The artifact object
Key fields on every artifact:List artifacts
Get the content calendar
post artifacts ordered by scheduled date, formatted for the Command Center calendar view, plus counts by status:
Download an artifact
csv artifacts download with a .csv extension and text/csv content type; all other types download as .md with text/markdown. The filename is derived from the artifact title and a short ID suffix.
Returns HTTP 404 if the artifact is not found in the workspace.
Update artifact status
Evaluate an artifact
qualityScore, qualityGrade, and verificationNotes in place.
A (88+), B (75-87), C (60-74), F (below 60).
Refine an artifact
Refinement evaluates the original content, then rewrites it with Gemini (
gemini-2.5-flash) when a Google AI API key is configured. Without a key, it falls back to deterministic placeholder and filler cleanup. It then re-evaluates the result and inserts a new artifact with an incremented revisionVersion and parentArtifactId set to the original. The original artifact is never modified.

