Get Job Status
get_job_statusCheck the status and progress of an asynchronous Scrivener job, returning its state, progress, and final results after enqueuing analysis or other tasks.
Instructions
Look up the status and progress of a background job previously started by queue_document_analysis, queue_project_analysis, or another async tool. Returns the job state (queued, running, completed, failed), progress, and result when finished. Poll this after enqueuing work; use cancel_job to stop a job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id returned when the job was enqueued. | |
| jobType | Yes | The kind of job, as returned when the job was enqueued. |