# Get all connector sync jobs **GET /_connector/_sync_job** Get information about all stored connector sync jobs listed by their creation date in ascending order. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Query parameters - **from** (number) Starting offset - **size** (number) Specifies a max number of results to get - **status** (string) A sync job status to fetch connector sync jobs for - **connector_id** (string) A connector id to fetch connector sync jobs for - **job_type** (string | array[string]) A comma-separated list of job types to fetch the sync jobs for Supported values include: `full`, `incremental`, `access_control` ## Responses ### 200 #### Body: application/json (object) - **count** (number) - **results** (array[object]) [Powered by Bump.sh](https://bump.sh)