Custom Scan
Get List of Scan Jobs
Use this API to get details of any pending custom connecter scan jobs for the specified data source.
get/v1/jobs
Query parameters
datasourceIdstring uuid required
The data source's identifier. This value can be obtained using the Get Data Sources API.
Response
OK
Example response
[
{
"jobId": 140,
"datasourceId": "123e4567-e89b-12d3-a456-426655440000",
"jobClass": "CUSTOM",
"jobType": "CATALOG_SCAN"
}
]