get_sync_run_jobs
Retrieve all jobs for a sync run to pinpoint and diagnose sync failures at the individual job level.
Instructions
Get all jobs for a sync run. Jobs are the individual work units (e.g. apply_migration, deploy_edge_function, frontend_deploy). Use this to diagnose sync failures at the job level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Sync run ID | |
| projectId | Yes | Connected project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |