Skip to content

List visible job definitions

GET
/api/v1/jobs

Returns only jobs visible to the authenticated identity. Pagination defaults to page 0 and size 50; size is clamped to 1 through 200.

page
string
default: 0

Zero-based page number.

size
string
default: 50 >= 1 <= 200

Requested page size, clamped to the range 1 through 200.

Visible job definitions returned

Zero-based page of resource results.

object
content

Results in this page.

Array<object>

Persisted managed job definition with resolved policy values and redacted datasource summaries.

object
automaticRetryEnabled

Whether lease-expiry recovery may create another attempt.

boolean
bandwidthThrottling

Per-task bandwidth cap in KB/s; zero means unlimited.

integer format: int32
createdAt

Creation timestamp in UTC.

string format: date-time
fetchSize

Rows requested per source fetch.

integer format: int32
>= 1
id

Job definition identifier.

string format: uuid
incrementalWatermarkColumn

Incremental watermark source column.

string
nullable
initialWatermarkValue

Initial committed watermark.

string
nullable
jobs

Parallel tasks inside each run.

integer format: int32
>= 1
maxAttempts

Maximum attempts including the initial attempt.

integer format: int32
>= 1
mode

Replication mode.

string
Allowed values: complete complete-atomic incremental
modeWarning

Mode-specific warning for destructive or indeterminate outcomes.

string
nullable
name

Immutable job display name.

string
retryBackoffSeconds

Retry eligibility delay in seconds.

integer format: int64
sinkColumns

Ordered sink column mapping.

string
nullable
sinkDatasource

Redacted datasource identity embedded in a job response.

object
connectorType

Registered connector wire name.

string
id

Datasource identifier.

string format: uuid
name

Datasource display name.

string
safeConnectDisplay

Credential-redacted connection display.

string
sinkDatasourceId

Sink datasource identifier.

string format: uuid
sinkDatasourceUseEnabled

Whether future attempts may use the sink binding.

boolean
sinkDisableEscape

Whether connector escaping is disabled.

boolean
sinkDisableTruncate

Whether complete-mode truncation is disabled.

boolean
sinkStagingSchema

Schema for generated staging tables.

string
nullable
sinkStagingTable

Operator-managed staging table.

string
nullable
sinkTable

Sink target name.

string
sourceColumns

Ordered source column selection.

string
nullable
sourceDatasource

Redacted datasource identity embedded in a job response.

object
connectorType

Registered connector wire name.

string
id

Datasource identifier.

string format: uuid
name

Datasource display name.

string
safeConnectDisplay

Credential-redacted connection display.

string
sourceDatasourceId

Source datasource identifier.

string format: uuid
sourceDatasourceUseEnabled

Whether future attempts may use the source binding.

boolean
sourceQuery

Connector-specific free-form source query.

string
nullable
sourceTable

Source table or collection.

string
nullable
sourceWhere

Connector-specific source predicate.

string
nullable
updatedAt

Last update timestamp in UTC.

string format: date-time
verbose

Whether verbose replication diagnostics are enabled.

boolean
page

Zero-based page number.

integer format: int32
size

Effective page size, from 1 through 200.

integer format: int32
>= 1 <= 200
totalElements

Total matching resources across all pages.

integer format: int64

The request is malformed or fails validation.

RFC 7807 problem response. Dynamic detail text is credential-redacted.

object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference

Authentication is required or credentials are invalid.

RFC 7807 problem response. Dynamic detail text is credential-redacted.

object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference