Account Intelligence Miia
humantic_miia_report_status_v1
Poll whether a report has finished.
“Is it ready?”
At a glance
Key inputs
create_request_id (or category + domain + type).
Upstream API
GET …/report-status-with-metadata
Example ask
Is the Acme Corp report ready yet?
Example tool call
humantic_miia_report_status_v1({
"create_request_id": "req_8f3a..."
})
Example output
status: completed
progress: 100%
Ready to fetch via report_fetch.
Good to know. Your agent polls this until status is complete, then retrieves the report. Quick reports finish fastest; deep reports take longest.