Skip to content

Sync Nexa-managed jobs

POST
/api/v1/jobs/sync
curl --request POST \
--url 'https://example.com/api/v1/jobs/sync?include_registry_check=true'

Sync tagged jobs from Databricks and soft-delete when tags are removed.

include_registry_check
Include Registry Check

Compare tags vs deployment registry and emit discrepancy events.

boolean
default: true

Compare tags vs deployment registry and emit discrepancy events.

X-Environment-Id
Any of:
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}