---
title: "Retrieves a list of validation warnings and errors for the specified payroll batch. Note that this request is only relevant for non-finalized payroll batches."
method: GET
path: "/api/salarybatches/{batchId}/validation"
tags: ["SalaryBatches"]
---

# Retrieves a list of validation warnings and errors for the specified payroll batch. Note that this request is only relevant for non-finalized payroll batches.

`GET /api/salarybatches/{batchId}/validation`

## Path parameters

- `batchId` integer, required

## Response `200`

OK

- IntectSalaryBatchValidationIssue[]
  - `Id` integer
  - `SalaryBatchId` integer
  - `UserEmploymentId` integer, nullable
  - `IsError` boolean
  - `Description` string
  - `EmployeeName` string
  - `MessageKey` string
  - `MessageParameters` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
