Retrieve a Business Intelligence Request API
/business_intelligence/{request_uuid}
Retrieves the result of a queued Business Intelligence request API . Returns pending, processing, complete or failed status. When complete, the response contains the full intelligence payload: ABN history, ACN data, recent ASIC documents, business names, domains, websites, ANZSIC code, AUSTRAC remitter details and a generated business summary.
Example Request
GETRequest Schema
request_uuid
The request UUID returned by the create call.
Available Response Data
16 Data Pointsstatus
pending, processing, complete, or failed
status_message
human-readable status detail
data.abn and ABN history
abn_name with entity_name, from/to dates
data.abn_gst_status
GST registration history from/to dates
data.abn_charity_status
charity registration history
data.abn_previous_names
array of previous entity names
data.abn_status, abn_type, abn_reg_date, abn_location
data.acn, acn_status, acn_reg_date
data.acn_recent_documents
recent ASIC filingsdocumentNumber, dateReceived, formCode, numberOfPages, description, additionalDescription
data.business_names
registered business names with from/to dates, type, previous state numbers
data.domains
array of associated domains
data.websites (array of websites with domain, type (active or archived), and summary)
data.summary
generated business summary
data.anzsic_code and anzsic_description
data.remitter_details
AUSTRAC remitter records id, legalName, tradingNames, abn, acn, arbn, address
data.log
processing log entries
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Polling backend integration
Build a backend worker that polls this endpoint with exponential backoff after submitting a Business Intelligence request. Store the result in your system of record on completion.
Pre-meeting briefing pack
Run a business intelligence query before commercial meetings and generate a briefing pack automatically from the structured output
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
What polling cadence should I use?
add
What polling cadence should I use?
Exponential backoff. Start at 5 to 10 seconds and back off to a maximum of 60 to 90 seconds. The query takes a few minutes to complete. Keep polling until status is complete or failed.
rocket_launch Implementation
Can I trust the result for production?
add
Can I trust the result for production?
Live-environment results are intended for production. Sandbox results may include cached data and aren’t permitted for production purposes.
API Testing Sandbox tag
Test the Retrieve a Business Intelligence Request 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.