← Back to catalog
aipush.market_report_status
mock data$0.000 / callMarket Report Status (AIPush MIP)
Poll the status of a market intelligence report. Returns "running" with current step (crawling/ai_analysis), or "completed" with full profile_json containing competitors (scored), keywords, market surface, and evidence. Free to poll (AIPush MIP)
Input schema
report_idrequired
stringReport ID in UUID format (e.g. "ed90f49c-15d8-46ee-9799-c6a8d468f6ba") — returned by aipush.market_report. Poll until status = "completed" to get full profile_json with competitors, keywords, and market analysis.
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.market_report_status \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"report_id":"<report_id>"}'