Job Status

Check the status and progress of a content generation job.

GET /jobs/{job_id}/status/

Success Response (200)

200 OK
{ "job_id": 123, "status": "completed", "progress_percentage": 100, "started_at": "2024-01-19T10:00:00Z", "completed_at": "2024-01-19T10:03:30Z", "article_id": 456, "error_message": null }