---
title: "Get Recurring Jobs"
method: GET
path: "/recurring_jobs"
---

# Get Recurring Jobs

`GET /recurring_jobs`

## Query parameters

- `count` string
- `page` string
- `sort` string
- `sort_by` string
- `filter.job_category` string
- `filter.keyword` string

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `recurring_job_uid` string
    - `duration` object
      - `value` integer
      - `type` string
    - `repeat_frequency` string
    - `repeat_every` integer
    - `repeat_on` object
      - `byweekday` object[]
        - `weekday` integer
        - `n` unknown
      - `bymonth` unknown[]
        - unknown
      - `bymonthday` unknown[]
        - unknown
    - `rrule` string
    - `job_title` string
    - `job_category` object
      - `category_name` string
      - `category_description` string
      - `category_uid` string
    - `customer` object
      - `customer_first_name` string
      - `customer_last_name` string
      - `customer_email` string
      - `customer_uid` string
      - `is_deleted` boolean
      - `is_active` boolean
      - `customer_category` object
        - `_id` string
        - `category_name` string
        - `category_uid` string
      - `customer_company_name` string
      - `customer_contact_no` object
        - `mobile` string
        - `home` string
        - `work` string
      - `customer_organization` object
        - `organization_uid` string
        - `organization_name` string
        - `is_active` boolean
        - `is_deleted` boolean
        - `organization_address` object
          - `city` string
          - `state` string
          - `street` string
          - `country` string
          - `landmark` string
          - `zip_code` string
          - `geo_cordinates` number[]
          - `first_name` string
          - `last_name` string
          - `phone_number` string
          - `email` string
        - `organization_description` unknown
        - `organization_email` string
        - `organization_logo` unknown
    - `organization` object
      - `organization_uid` string
      - `organization_name` string
      - `no_of_customers` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `organization_address` object
        - `city` string
        - `state` string
        - `street` string
        - `country` string
        - `landmark` string
        - `zip_code` string
        - `geo_cordinates` number[]
        - `first_name` string
        - `last_name` string
        - `phone_number` string
        - `email` string
      - `organization_description` unknown
      - `organization_email` string
      - `organization_logo` unknown
    - `property` object
      - `is_deleted` boolean
      - `is_active` boolean
      - `property_address` object
        - `city` string
        - `state` string
        - `street` string
        - `country` string
        - `landmark` unknown
        - `zip_code` string
        - `geo_cordinates` number[]
        - `_id` string
      - `property_image` string
      - `no_of_jobs` integer
      - `property_name` string
      - `property_uid` string
    - `service_contract` object
      - `prefix` string
      - `contract_uid` string
      - `ref_no` string
      - `contract_name` string
      - `description` string
      - `start_date` string
      - `end_date` string
      - `approval_status` string
      - `created_by` integer
      - `is_active` boolean
      - `is_expired` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `contract_number` integer
    - `job_start` string
    - `job_end` string
    - `job_count` integer
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` unknown
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` number
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
    - `id` string
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
