---
title: "Get normalization status to determine if we can bypass normalization phase"
method: POST
path: "/v1/jobs/get_normalization_status"
tags: ["jobs", "internal"]
---

# Get normalization status to determine if we can bypass normalization phase

`POST /v1/jobs/get_normalization_status`

## Request body

- JobIdRequestBody
  - `id` integer, required

## Response `200`

Successful operation

- AttemptNormalizationStatusReadList
  - `attemptNormalizationStatuses` AttemptNormalizationStatusRead[]
    - `attemptNumber` integer
    - `hasNormalizationFailed` boolean
    - `hasRecordsCommitted` boolean
    - `recordsCommitted` integer

---

[API](https://skmtc.net/airbyte/apis/config.md) · [All operations](https://skmtc.net/airbyte/apis/config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/config/revisions/ce48e08e02ec/schema)
