To enable the Compliance API, see the setup guide.
Set up the Compliance APIArtifacts
아티팩트 메타데이터 조회
GET/v1/compliance/apps/artifacts/{artifact_version_id}
아티팩트 콘텐츠 다운로드
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'