Retrieve Company Risk Report API
/company_risk/{api_reference}
Polls the status of a Company Risk report queued via POST /company_risk. Returns 202 while still compiling, 200 with the full JSON report when complete. Append ?pdf=true for a formatted PDF. Polling isn't billable.
Example Request
GETRequest Schema
api_reference
Returned by the create call.
pdf
When true, returns a PDF instead of JSON.
Available Response Data
3 Data PointsStatus 200
full JSON report payload entity_type, entity ABN/ACN/name, related case records, and so on
Status 202
still being prepared. Keep polling.
api_reference for this retrieval call
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Board-pack and evidence retention
Use the PDF output for formal evidence retention, board reports and regulator submissions.
Structured ingestion into risk systems
Pull the JSON report directly into your risk dashboard or case-management system.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
How long until ready?
add
How long until ready?
The service polls upstream for up to 30 seconds per call. If no result is available, you’ll get 202. Keep polling with exponential backoff.
API Testing Sandbox tag
Test the Retrieve Company Risk Report API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.