list_operations
List recent operations for your active brand, filter by kind or state, and choose short, medium, or full detail to monitor progress, results, and errors.
Instructions
To check a SPECIFIC operation's status, call get_job with its operationId — this list only returns the most recent ops and may omit a just-started one. List recent Operations (the newer async-op system) for the active brand. Each operation has: id, kind, state (pending|running|completed|partially_failed|failed|cancelled), progress, result, errors. Use get_job with an operationId to poll a specific one. Filters: kind (e.g. seo_keyword_generate, seo_cluster_generate, lp_generate), state. Supports detail param: short=id+kind+state, medium=adds scopeId+progress+timestamps (no result/errors), full=raw including result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by operation kind (e.g. seo_keyword_generate) | |
| limit | No | ||
| state | No | Filter by state: pending | running | completed | partially_failed | failed | cancelled | |
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| brandId | No | Brand ID (uses active brand if omitted) |