---
title: "List Jobs by sync type"
method: GET
path: "/jobs"
tags: ["public_jobs", "public", "Jobs"]
---

# List Jobs by sync type

`GET /jobs`

## Query parameters

- `connectionId` string, UUID
- `limit` integer
- `offset` integer
- `jobType` 'sync' | 'reset' | 'refresh' | 'clear' — Enum that describes the different types of jobs that the platform runs.
- `workspaceIds` string[]
- `status` 'pending' | 'queued' | 'running' | 'incomplete' | 'failed' | 'succeeded' | 'cancelled'
- `createdAtStart` string, date-time
- `createdAtEnd` string, date-time
- `updatedAtStart` string, date-time
- `updatedAtEnd` string, date-time
- `orderBy` string

## Response `200`

List all the Jobs by connectionId.

- JobsResponse
  - `previous` string
  - `next` string
  - `data` JobResponse[], required
    - `jobId` integer, required
    - `status` 'pending' | 'queued' | 'running' | 'incomplete' | 'failed' | 'succeeded' | 'cancelled', required
    - `jobType` 'sync' | 'reset' | 'refresh' | 'clear', required — Enum that describes the different types of jobs that the platform runs.
    - `startTime` string, required
    - `connectionId` string, UUID, required
    - `lastUpdatedAt` string
    - `duration` string — Duration of a sync in ISO_8601 format
    - `bytesSynced` integer
    - `rowsSynced` integer

## Other responses

- `403` — Not allowed

---

[API](https://skmtc.net/airbytehq/apis/airbyte-api.md) · [All operations](https://skmtc.net/airbytehq/apis/airbyte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbytehq/airbyte-api/versions/55ddc054e5b5/schema)
