Get Niche Dive Status
get_dive_statusCheck a niche dive's progress and retrieve results when complete. Poll periodically until it returns success with a nicheId, in-progress with an estimate, or error details.
Instructions
Use this to poll a niche dive started with create_niche_dive or redive_niche until it finishes. Returns one of three shapes keyed by status: in_progress (with estimatedCompletionDate), success (with the 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. (for a re-dive it is the same niche you passed in, now carrying refreshed data). 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` or `redive_niche`. |