Get Niche Dive Status
get_dive_statusPoll a dive's status until completion to retrieve the new niche ID, track remaining tokens, or obtain error details if the dive fails.
Instructions
Use this to poll a niche dive started with create_niche_dive until it finishes. Returns one of three shapes keyed by status: in_progress (with estimatedCompletionDate), success (with the new nicheId plus tokensUsed/tokensLeft), or error (with an error message). On success, use the nicheId with list_niches, get_niche_keywords, get_niche_competitors, etc. Re-poll periodically — dives can take minutes; the estimatedCompletionDate hints at when to check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diveId | Yes | The dive identifier returned by `create_niche_dive`. |