Homepage

BackgroundJobsFilterInput

Last edit: Oct 26, 2022

No description

type BackgroundJobsFilterInput {
  created_at: DateFilter
  failed_at: DateFilter
  form_configuration_name: StringFilter
  id: UniqIdFilter
  label: StringFilter
  locked_at: DateFilter
  queue: StringFilter
  resource_id: UniqIdFilter
  resource_type: StringFilter
  run_at: DateFilter
  source_name: StringFilter
  source_type: StringFilter
  timestamp: DateFilter
  type: BackgroundJobsTypeEnum
  updated_at: DateFilter
}

Fields

created_at (DateFilter)

failed_at (DateFilter)

Deprecated

form_configuration_name (StringFilter)

Deprecated

id (UniqIdFilter)

label (StringFilter)

Deprecated

locked_at (DateFilter)

Deprecated

queue (StringFilter)

Deprecated

resource_id (UniqIdFilter)

Deprecated

resource_type (StringFilter)

Deprecated

run_at (DateFilter)

Deprecated

source_name (StringFilter)

Deprecated

source_type (StringFilter)

Deprecated

timestamp (DateFilter)

it filters based on: run_at - for SCHEDULED type; retry_at - for RETRY type;
dead_at - for DEAD type. It is ignored for RUNNING type.

type (BackgroundJobsTypeEnum)

Type of jobs to retrieve

updated_at (DateFilter)

Questions?

We are always happy to help with any questions you may have.

contact us