Artifacts
Get Artifact Results by ID
Retrieve artifact check results by internal_artifact_id or external_artifact_id.
GET
Get artifact by ID
Retrieve the results of a previously submitted artifact check. Use this endpoint to look up artifact policy check results using either the system-generated ID or your custom tracking identifier.
Using your external artifact ID:
Query Parameters
*Exactly one of
internal_artifact_id or external_artifact_id is required.
When using
external_artifact_id with multiple matches, the most recently created artifact within the same deployment is returned.Example Requests
Using the internal artifact ID:Response Overview
Each policy in the
policies object includes:
name— Human-readable policy nameflagged— Whether this specific policy was violatedflagged_source— Array of content types that triggered the violation (e.g.,["image"])
Authorizations
API Key required. Format: Bearer wc-your-api-key
Headers
API Version
Query Parameters
Response
Artifact found
Artifact check result.
Check status: "completed"
Map of policy ID to violation result
System-generated UUID for this artifact
Echo of content.kind from request
true if any policy was violated
Your custom artifact ID (if provided)
Internal ID of the linked session (if attached)
External ID of the linked session (if provided)
ISO 8601 creation timestamp
ISO 8601 last update timestamp
Informational note (only present when applicable)
