syn artifacts

Browse and retrieve workflow artifacts

Browse and retrieve workflow artifacts

syn artifacts content

Print the raw content of an artifact.

syn artifacts content <artifact_id>

Arguments:

NameTypeRequiredDescription
artifact_idtextYesArtifact ID

Options:

FlagTypeDefaultDescription
--rawbooleanfalsePrint raw content without syntax highlighting

syn artifacts create

Create a new artifact.

syn artifacts create --workflow <workflow> --type <artifact_type> --title <title> --content <content>

Options:

FlagTypeDefaultDescription
--workflow, -wtext---Workflow ID
--type, -ttext---Artifact type (code, document, research_summary)
--titletext---Artifact title
--content, -ctext---Artifact content
--phase, -ptext---Phase ID

syn artifacts list

List artifacts, optionally filtered by workflow or phase.

syn artifacts list

Options:

FlagTypeDefaultDescription
--workflow, -wtext---Filter by workflow ID
--phase, -ptext---Filter by phase ID
--type, -ttext---Filter by artifact type
--limitinteger50Max results (max 200)

syn artifacts show

Show artifact metadata and optionally its content.

syn artifacts show <artifact_id>

Arguments:

NameTypeRequiredDescription
artifact_idtextYesArtifact ID

Options:

FlagTypeDefaultDescription
--no-contentbooleanfalseSkip content; show metadata only

Syntropic137 Docs v0.18.0 · Last updated March 2026

On this page