PendiumDocs

get_analyzed_url

Poll and read the result of an analyze_url run.

Get the status and data for an analyzed URL created by analyze_url. Poll every 15–30 seconds until status is completed. Once complete, returns the full analysis with topic coverage, content structure, competitive analysis, and writer guidance.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent ID the brief belongs to.
briefIdstring (uuid)YesThe analyzed-URL ID returned by analyze_url.

Status progression

pending → scraping → searching → analyzing → gap_analysis → completed (or failed).

Returns

The brief's status, keyword, sourceUrl, and timestamps. Once completed, also includes the full analysis and gapAnalysis objects. Use list_analyzed_urls to find brief IDs.

On this page