---
title: "List contractor subscriptions"
method: GET
path: "/v1/contractors/employments/{employment_id}/contractor-subscriptions"
tags: ["Subscriptions"]
---

# List contractor subscriptions

`GET /v1/contractors/employments/{employment_id}/contractor-subscriptions`

Endpoint that can be used to list contractor subscriptions.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |

## Path parameters

- `employment_id` string, required

## Response `200`

Success

- ContractorSubscriptionSummariesResponse — Summaries of contractor subscriptions
  - `data` ContractorSubscriptionsSummary[], required
    - `company_product` object, required
      - `slug` string, uuid — Identifier of the employment being terminated.
    - `company_product_discount` object, required
      - `expiration_date` string, date — UTC date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
      - `percent` string — A decimal number represented as a string to preserve precision. Supports negative values and fractional digits.
    - `currency` Currency, required — The type of money in general use in a particular country
      - `code` string, required
      - `name` string
      - `slug` string, required
      - `symbol` string, required
    - `eligibility_questionnaire` EligibilityQuestionnaire
      - `is_blocking` boolean, required — Whether the questionnaire blocks further progress if failed
      - `questions` object, required — The questions in the questionnaire
      - `responses` object, required — The responses to the questionnaire
      - `slug` string, uuid, required — Identifier of the employment being terminated.
      - `submitted_at` string, datetime, required — UTC date time in YYYY-MM-DDTHH:mm:ss format
      - `type` 'contractor_of_record', required
    - `is_termination_fees_enabled` boolean
    - `price` object, required
      - `amount` integer
      - `final_amount` integer — The price after applying the company discount, in cents
    - `product` Product, required — A Remote product offering (e.g., EOR, Contractor Management) with its tier and billing frequency.
      - `description` string — A description of the product.
      - `features` string[] — Features included in this product tier.
      - `frequency` string, required — The billing frequency (e.g., "monthly", "annually").
      - `identifier` string — A unique machine-readable identifier for this product.
      - `name` string, required — The full product name (e.g., "EOR Monthly").
      - `short_name` string — A short display name for the product (e.g., "EOR").
      - `tier` string, required — The product tier (e.g., "standard", "premium").
    - `total_amount` number, nullable, required
    - `total_discount` number
    - `total_in_advance` number
    - `total_prorated` number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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)
