Retrieve a Business Intelligence Request API

GET
/business_intelligence/{request_uuid}
EXPERIMENTAL

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

GET
request.json
key Auth: BearerAuth
GET /business_intelligence/fe4291ca-d831-4760-96df-c9cb03b3cd95

Request Schema

request_uuid
Required
uuid · (path parameter)

The request UUID returned by the create call.

Available Response Data

16 Data Points
01
monitor_heart

status

pending, processing, complete, or failed

02
monitor_heart

status_message

human-readable status detail

03
data_object

data.abn and ABN history

abn_name with entity_name, from/to dates

04
monitor_heart

data.abn_gst_status

GST registration history from/to dates

05
monitor_heart

data.abn_charity_status

charity registration history

06
person

data.abn_previous_names

array of previous entity names

07
monitor_heart

data.abn_status, abn_type, abn_reg_date, abn_location

08
monitor_heart

data.acn, acn_status, acn_reg_date

09
description

data.acn_recent_documents

recent ASIC filingsdocumentNumber, dateReceived, formCode, numberOfPages, description, additionalDescription

10
person

data.business_names

registered business names with from/to dates, type, previous state numbers

11
data_object

data.domains

array of associated domains

12
data_object

data.websites (array of websites with domain, type (active or archived), and summary)

13
data_object

data.summary

generated business summary

14
data_object

data.anzsic_code and anzsic_description

15
data_object

data.remitter_details

AUSTRAC remitter records id, legalName, tradingNames, abn, acn, arbn, address

16
data_object

data.log

processing log entries

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

notifications

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.

description

Pre-meeting briefing pack

Run a business intelligence query before commercial meetings and generate a briefing pack automatically from the structured output

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

rocket_launch Implementation

What polling cadence should I use?

add

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

Live-environment results are intended for production. Sandbox results may include cached data and aren’t permitted for production purposes.

Try it Live

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 Access

Access to live sandbox environments requires manual approval from our compliance team.