get_blog_status
Check the generation status of a blog article using its article ID. Finds out whether it is pending, running, completed, or failed.
Instructions
Poll the async generation status of a blog article. Use the articleId returned by generate_blog_post. Status: pending | running | completed | failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (uses active brand if omitted) | |
| articleId | Yes | Blog article ID returned by generate_blog_post |