External Sync Jobs
Background jobs that synchronize with external systems (OpenSPP, OpenFn, Mock)
Available Endpoints
- GET /api/sync/status - Get latest external sync status
- GET /api/sync/events - List recent sync jobs
- POST /api/sync/external - Trigger external sync
- GET /api/sync/external/{jobId} - Get sync job by ID
- POST /api/sync/external/{jobId}/cancel - Cancel a running sync job
- POST /api/sync/external/{jobId}/retry - Retry a completed sync job
This documentation is automatically generated from the OpenAPI specification.