get_sync_run
Retrieve a specific sync run's status, source and target versions, change summary, and errors for accurate diff review.
Instructions
Get details of a specific sync run including status, source and target repository versions, summary of changes, and error information. Use the returned version fields when explaining or reviewing the diff; do not infer them. Statuses: PENDING → IN_PROGRESS → COMPLETED/FAILED. Destructive migrations cause PAUSED_FOR_REVIEW.
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 |