---
title: "Trigger a sync or reset job of a connection"
method: POST
path: "/jobs"
tags: ["public_jobs", "public", "Jobs"]
---

# Trigger a sync or reset job of a connection

`POST /jobs`

## Request body

- JobCreateRequest — Creates a new Job from the configuration provided in the request body.
  - `connectionId` string, UUID, required
  - `jobType` 'sync' | 'reset' | 'refresh' | 'clear', required — Enum that describes the different types of jobs that the platform runs.

## Response `200`

Kicks off a new Job based on the JobType. The connectionId is the resource that Job will be run for.

- JobResponse — Provides details of a single job.
  - `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

- `400` — Invalid data
- `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)
