get_sync_status
Report the last sync status for each standards body, showing timestamps and any errors from the most recent run.
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 |