---
title: "Get Payroll Status 🌍"
method: GET
path: "/companies/{companyId}/payroll-status"
tags: ["Company"]
---

# Get Payroll Status 🌍

`GET /companies/{companyId}/payroll-status`

Returns the payroll status on a given pay period.
\
**Required scopes**: None

## Path parameters

- `companyId` string, required

## Query parameters

- `date` string, required

## Response `200`

The payroll status

- object
  - `status` 'completed' | 'not_completed', required — The payroll status
  - `executionEndDate` string, date-time, nullable, required — End execution date of the last payroll for the given month.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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