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

# Listing performance evaluations

`GET /performance-evaluations`

Returns a list of performance evaluations of a company.

## Query parameters

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

## Response `200`

An array of performance evaluations

- PaginatedPerformanceEvaluation — An array of performance evaluations
  - `results` PerformanceEvaluation[], required
    - `id` integer, required — Performance Evaluation ID
    - `applicationId` number, required — Application ID
    - `date` string, date, required — Date of the performance evaluation
    - `value` 'high' | 'medium' | 'low', required — Value of the performance evaluation
    - `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)
