Skip to main content
DELETE
Cancel queued job

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow
string
required

ID of flow

user_id
string
required

ID of user/tenant

queued_job_id
required

ID of queued job

Response

200

id
integer
required
Example:

101

env_id
string
required
Example:

"test-env"

tenant_id
string
required
Example:

"tenant-123"

flow_id
string
required
Example:

"customer-sync"

status
string
required
Example:

"QUEUED"

created_at
string<date-time>
required
Example:

"2026-01-02T03:04:05+00:00"

updated_at
string<date-time>
required
Example:

"2026-01-02T03:05:06+00:00"

job_name
string | null
Example:

"Nightly customer sync"

override_start_date
string | null
Example:

"2026-01-01T00:00:00Z"

override_end_date
string | null
Example:

"2026-01-01T00:00:00Z"

override_selected_tables
object | null
Example:
override_field_map
object | null
Example:

null

override_env_vars
object | null
Example:
override_source_config
object | null
Example:

null

override_target_config
object | null
Example:

null

override_connector_config
object | null
Example:

null

override_lifecycle_webhook
object | null

If present, this must be an object containing a required 'url' field. Set to null to remove.

Example: