Get Job Status
get_jobMonitor sync or publish job status and view progress steps and errors.
Instructions
Check the status of a sync or publish job. Returns status (PENDING, RUNNING, COMPLETED, FAILED), progress steps, and any error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job ID returned from create_post, update_post, or publish_post |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| post | Yes | ||
| type | Yes | SYNC_POST | PUBLISH_POST | |
| error | Yes | ||
| result | No | Job-specific result payload | |
| status | Yes | PENDING | RUNNING | COMPLETED | FAILED | |
| createdAt | Yes | ||
| startedAt | Yes | ||
| completedAt | Yes |