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:environment_id remains optional on both routes. If you omit it, White Circle uses the Environment associated with your API key. The legacy deployment_id parameter is deprecated but still accepted as a predecessor of environment_id.
When multiple Artifacts share the same
external_artifact_id, White Circle returns the latest artifact version within the same Environment.Example Requests
Using the internal Artifact ID:Response Overview
Each Policy in the
policies object includes:
flagged— Whether this specific Policy was violatedname— Human-readable Policy nameenabled_by_conditions— The Conditions that selected this Policy, which is why it was evaluated. Absent when no Condition was involved.
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
