v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

jobIdinteger

jobId

datasourceIdstring uuid

datasourceId

jobClassstring

jobClass

jobTypestring

jobType

Example response

[
  {
    "jobId": 140,
    "datasourceId": "123e4567-e89b-12d3-a456-426655440000",
    "jobClass": "CUSTOM",
    "jobType": "CATALOG_SCAN"
  }
]