Sessions
Get Results by ID
GET
cURL
Retrieve the results of a previously submitted content check request. Use this endpoint to look up policy check results using either your own tracking identifier or the system-generated ID.
Using the internal session ID:
Query Parameters
*Exactly one of
internal_session_id or external_session_id is required.
Example Requests
Using your external session ID:Response
The endpoint returns a list of check results matching the provided session identifier. Each result includes:flagged— Whether any policy violations were detectedinternal_session_id— The system-generated UUID for the sessionexternal_session_id— Your custom tracking ID (if provided during check)policies— A map of policy IDs to their status, including whether each policy was violated
Authorizations
API Key required. Format: Bearer wc-your-api-key
Headers
API Version
Query Parameters
Optional deployment ID to validate session ownership
Find check results by external session ID (your tracking identifier)
Find check results by internal session ID (system-generated UUID)
Response
Success
