List datasource sync jobs
GET/datasources/:datasource_id/sync-jobs
Lists sync job runs for a datasource. Caller needs at least read/view (else AUTH-1012). Supported types: amorphic, arcgis, and jdbc with IngestionType metadataonly (other types raise a generic Exception → 500). Pagination: offset is 1-based (converted to offset-1 internally; omitted starts at 0); limit defaults to 100, max 1000 (else GE-1028). Last page when next_available is "no".
Request
Responses
- 200
- 400
- 500
Paginated syncJobRuns. ResourcesToSync is never included in list items.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure, or unsupported datasource type Message "Only Amorphic, ArcGIS and Jdbc metadataonly type of datasources are allowed for this /sync-jobs operation".