curl --location -g --request GET 'https://apigw.seomonitor.com/v3/ai-writer/v3.0/status?request_id={{request_id}}' \
--header 'Authorization: {{authorization}}'{
"request_id": "78b379dc-5267-4ab3-9fc0-c27a720aa1a3",
"batch_status": "completed", // pending, processing, completed, failed
"created_at": "2025-09-03T14:30:00Z",
"updated_at": "2025-09-03T14:35:10Z",
"articles": [
{
"article_id": 35743,
"topic": "The Future of SEO in 2026",
"status": "completed" // pending, processing, completed, failed
},
{
"article_id": 35744,
"topic": "Beginner's Guide to Technical SEO",
"status": "completed"
}
]
}