Check the latest background job
seo.job.statusReturns the most recent background job for a project: type, status (QUEUED/RUNNING/COMPLETED/FAILED/CANCELLED), progress counters and the last log line. FREE — poll this every few seconds after any tool that starts a job. Do NOT re-call the start tool while status is RUNNING; it will be refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project id, exactly as returned by seo.project.list (a cuid such as 'cmtjyi1q20000l204octn48ai'). Not the slug, not the display name. If you do not have one, call seo.project.list first. |