Get Crawler Visit Detail
get_crawler_detailOpen the crawler drawer data for one page URL, path, or bot.
Returns the same drawer sections shown in the dashboard: verdict, pipeline, health, next step, traffic, and diagnostics.
Pass entity_id to match the chosen kind:
kind='page': the full page URL.
kind='path': a path id from get_crawler_pages(lens='paths').
kind='bot': a normalized platform name from get_crawler_pages(lens='bots').
The intent / platform / search / status filters apply to kind='path' and kind='bot' only; they are ignored for kind='page'.
Args:
brand_id: The brand to check (required).
kind: 'page', 'path', or 'bot'.
entity_id: The page URL, path id, or bot name — matching kind.
range_preset: 24h, 7d, 30d, 90d, or custom. Default 30d.
start_date: Required when range_preset='custom'. Format YYYY-MM-DD.
end_date: Required when range_preset='custom'. Format YYYY-MM-DD.
intent: all, interaction, search, or training. Default all (path/bot only).
platform: Optional. Comma-separated platform names (path/bot only).
search: Optional. Text to match (path/bot only).
status: Page/path status filter. Default all (path/bot only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| intent | No | all | |
| search | No | ||
| status | No | all | |
| brand_id | Yes | ||
| end_date | No | ||
| platform | No | ||
| entity_id | Yes | ||
| start_date | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| range_preset | No | 30d |