Artifacts
Get Artifact Results
GET
cURL
Retrieve the results of a previously submitted artifact check. You can look up an artifact either by its internal ID path or by your external ID query.
Using your external artifact ID:
Route Shapes
Use one of these routes:deployment_id remains optional on both routes. If you omit it, White Circle uses the deployment associated with your API key.
When multiple artifacts share the same
external_artifact_id, White Circle returns the latest artifact version within the same deployment.Example Requests
Using the internal artifact ID:Example Response
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
Path Parameters
Find an artifact by its internal artifact ID
Query Parameters
Optional deployment ID to validate artifact ownership
Response
Success
