---
title: "Get suspensions for this company"
method: GET
path: "/v1/companies/{company_uuid}/suspensions"
tags: ["Companies"]
---

# Get suspensions for this company

`GET /v1/companies/{company_uuid}/suspensions`

Get existing suspension records for this company. A company may have multiple suspension records if they have suspended their Gusto account more than once.

>📘 To check if company is already suspended
>
> To determine if a company is _currently_ suspended, use the `is_suspended` and `company_status` fields in the [Get a company](https://docs.gusto.com/embedded-payroll/reference/get-v1-companies) endpoint.

scope: `company_suspensions:read`

## Path parameters

- `company_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful response

- CompanySuspension[] — List of suspension records for a company.
  - `uuid` string — Unique identifier for this suspension.
  - `company_uuid` string — Unique identifier for the company which is suspended.
  - `effective_date` string — Date that the suspension took effect.
  - `leaving_for` string, nullable — Which competitor the company is joining instead. Only required if `reason` is `'switching_provider'`.
  - `reason` string — Explanation for why the company's account was suspended.
  - `reconcile_tax_method` 'pay_taxes' | 'refund_taxes' — How Gusto will handle taxes already collected.
  - `file_quarterly_forms` boolean — Should Gusto file quarterly tax forms on behalf of the company? The correct answer can depend on why the company is suspending their account, and how taxes are being reconciled.
  - `file_yearly_forms` boolean — Should Gusto file yearly tax forms on behalf of the company? The correct answer can depend on why the company is suspending their account, and how taxes are being reconciled.
  - `comments` string, nullable — User-supplied comments describing why they are suspending their account.
  - `tax_refunds` object[] — Describes the taxes which are refundable to the company for this suspension. These may be refunded or paid by Gusto depending on the value in `reconcile_tax_method`.
    - `amount` string — Dollar amount.
    - `description` string — What kind of tax this is.

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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