Get a datasource sync job
GET/datasources/:datasource_id/sync-jobs/:job_id
Returns one sync job run. Caller needs at least read/view (else AUTH-1012). Supported types: amorphic, or jdbc with IngestionType metadataonly (arcgis and others → 500). ResourcesToSync is normalized to "All" or a comma-separated string. DatasourceId and JobReportLocation are omitted from the response. LogsDownloadURL is set when LogStatus is AVAILABLE.
Request
Responses
- 200
- 400
- 500
Sync job details. ResourcesToSync is "All" or a comma-separated string when present.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Backend failure, or unsupported datasource type Message "Only Amorphic and Jdbc metadataonly type of datasources are allowed for this /sync-jobs/JobId operation".
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers