get_sync_status
Check the last synchronization run for each standards body. Shows timestamps, added, updated, withdrawn, unchanged records, and any errors from the most recent sync.
Instructions
Report the last sync run for each standards body.
One row per body. started_at / finished_at are Unix
timestamps (seconds). errors is a list of non-fatal error
strings from the most recent run (empty on success).
Returns:
JSON {"runs": [{body, upstream_ref, added, updated, unchanged, withdrawn, errors, started_at, finished_at}, ...]}.
Empty runs list when no sync has been run yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |