---
title: "List Company Payroll Calendar"
method: GET
path: "/v1/payroll-calendars/{cycle}"
tags: ["Payroll Calendars"]
---

# List Company Payroll Calendar

`GET /v1/payroll-calendars/{cycle}`

List all payroll calendars for the company within the requested cycle.

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage payroll runs (`payroll`) | View payroll calendars (`payroll_calendar:read`) | - |

## Path parameters

- `cycle` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PayrollCalendarsResponse — Response schema listing many payroll_calendars
  - `data` object
    - `current_page` integer — The current page among all of the total_pages
    - `payroll_calendars` PayrollCalendar[]
      - `country` Country, required — A supported country on Remote
        - `alpha_2_code` string, required — The ISO 3166-1 alpha-2 country code (e.g., "PT").
        - `code` string, required — The ISO 3166-1 alpha-3 country code (e.g., "PRT"). This is the primary code used across the Remote API.
        - `contractor_products_available` string[] — Contractor product names available for this country
        - `country_subdivisions` CountrySubdivision[], nullable — Administrative subdivisions of the country (e.g., states, provinces, districts). Null if the country has no subdivisions relevant to Remote's services.
          - `code` string — The ISO 3166-2 subdivision code (e.g., "PT-11" for Lisboa).
          - `name` string, required — The subdivision's name (e.g., "Lisboa", "California").
          - `subdivision_type` string — The type of subdivision (e.g., "District", "State", "Province").
        - `employment_agreement_preview_available` boolean — Whether an Employment Agreement preview is available for this country.
        - `eor_onboarding` boolean — Whether EOR (Employer of Record) onboarding is available in this country.
        - `locked_benefits` string — When benefit plan selections become locked for this country (e.g., "after_first_hire" means benefits cannot be changed after the first employee is hired).
        - `name` string, required — The country's full English name.
        - `region` string — The geographic region the country belongs to (e.g., "Europe", "Asia", "Americas").
        - `subregion` string, nullable — The geographic subregion (e.g., "Southern Europe", "Southeast Asia"). Null for some countries.
        - `supported_json_schemas` string[] — The list of JSON schema form names available for this country (e.g., "address_details", "contract_details"). Use these with the Show form schema endpoint to get country-specific field requirements.
      - `cycle_frequency` 'monthly' | 'bi_monthly' | 'bi_weekly' | 'weekly', required — The frequency at which the payroll calendar is run.
      - `cycles` Cycle[], required
        - `employee_inclusion_cutoff_date` string, date
        - `end_date` string, date
        - `input_cutoff_date` string, date
        - `payment_date` string, date
        - `start_date` string, date
      - `owned_by_remote` boolean, required
    - `total_count` integer — The total number of records in the result
    - `total_pages` integer — The total number of pages the user can go through

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

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