---
title: "Post Start Reconcile"
method: POST
path: "/api/py/gong/reconciles/start"
---

# Post Start Reconcile

`POST /api/py/gong/reconciles/start`

## Request body

- StartReconcileBody
  - `organization_id` string, required

## Response `200`

Successful Response

- StartReconcileResponse
  - `workflow_id` string, nullable, required
  - `status` 'queued' | 'already_running' | 'skipped_no_connection', required
  - `organization_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
