﻿---
title: stack es connector sync-job-list cli command
description: Get all connector sync jobs. Behaviour flags: --dry-run — validate all inputs and exit without performing any action 
url: https://docs-v3-preview.elastic.dev/elastic/cli/pull/457/cli/stack/es/connector/sync-job-list
---

# stack es connector sync-job-list cli command
<cli-modifiers>
</cli-modifiers>

```bash
elastic stack es connector sync-job-list [options]
```

Get all connector sync jobs.
**Behaviour flags:**
`--dry-run` — validate all inputs and exit without performing any action

## Options

<definitions>
  <definition term="--from number">
    Starting offset
  </definition>
  <definition term="--size number">
    Specifies a max number of results to get
  </definition>
  <definition term="--status string">
    A sync job status to fetch connector sync jobs for
  </definition>
  <definition term="--connector-id string">
    A connector id to fetch connector sync jobs for
  </definition>
  <definition term="--job-type string">
    A comma-separated list of job types to fetch the sync jobs for
    **Repeatable:** pass `--job-type` multiple times to supply more than one value
  </definition>
  <definition term="--input-file string">
    path to a JSON file to use as command input
  </definition>
  <definition term="--[no-]dry-run">
    validate all inputs and exit without performing any action (preview changes without applying them)
  </definition>
</definitions>


## Global Options

<definitions>
  <definition term="--[no-]json">
    output as JSON
  </definition>
</definitions>