---
title: "Listing dismissals"
method: GET
path: "/dismissals"
tags: ["Post Hiring"]
---

# Listing dismissals

`GET /dismissals`

Returns a list of dismissals of a company.

## Query parameters

- `fields` string
- `id` integer
- `applicationId` integer
- `perPage` integer
- `page` integer

## Response `200`

An array of dismissals

- PaginatedDismissal — An array of dismissals
  - `results` Dismissal[], required
    - `id` integer, required — Dismissal ID
    - `applicationId` number, required — Application ID
    - `date` string, date, required — Date of the dismissal
    - `reason` 'no_cause_employer_dismissal' | 'contract_termination_dismissal' | 'early_contract_termination_by_employer_dismissal' | 'voluntary_dismissal' | 'other', required — Reason of the dismissal
    - `isRehired` boolean, required — If the employee will be rehired
    - `rehiringReason` 'hired_intern' | 'partnership' | 'other' — Reason of the rehiring
    - `createdAt` string, date-time, required — Data of creation
    - `updatedAt` string, date-time, required — Date of update
  - `totalResults` integer
  - `page` integer
  - `totalPages` integer

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden

---

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