To enable the Compliance API, see the setup guide.
Set up the Compliance APIArtifacts
取得 Artifact 中繼資料
GET/v1/compliance/apps/artifacts/{artifact_version_id}
下載 Artifact 內容
GET/v1/compliance/apps/artifacts/{artifact_version_id}/content
To enable the Compliance API, see the setup guide.
Set up the Compliance APIArtifact version metadata for GET /v1/compliance/apps/artifacts/{artifact_version_id}.
Returns metadata only. Use the sibling /content endpoint to fetch the
artifact body.
Artifact ID e.g. 'claude_artifact_abc123'
MIME-like artifact type e.g. 'application/vnd.ant.code'
The chat this artifact belongs to
Artifact version creation timestamp
Lowercase hex MD5 of the artifact content (UTF-8 encoded). Matches the content field returned by the sibling /content endpoint.
Size in bytes of the artifact content (UTF-8 encoded)
Artifact title
Artifact version ID e.g. 'claude_artifact_version_abc123'