---
title: "Lista paginata di dipendenti"
method: GET
path: "/workers"
---

# Lista paginata di dipendenti

`GET /workers`

## Query parameters

- `page` integer
- `per` integer
- `q` string
- `team` string
- `role` string
- `archived` boolean

## Response `200`

Lista paginata di Worker.

- Worker[]
  - `id` string, uuid, required — UUID del Worker
  - `employeeKey` string, required — Chiave esterna/UPN/email o codice dipendente (univoca)
  - `fullName` string, required — Nome e cognome
  - `team` string, nullable — Team di appartenenza
  - `role` string, nullable — Ruolo del dipendente
  - `archivedAt` string, date-time, nullable — Timestamp di archiviazione (soft delete)
  - `createdAt` string, date-time, required — Creazione record
  - `updatedAt` string, date-time, required — Ultimo aggiornamento

## Other responses

- `400` — Richiesta non valida
- `500` — Errore interno

## Changes

- **2026-07-13** `d2d865af0be0` — 1 info
  - endpoint added
- **2025-08-28** `a42942658ed2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api/changes/workers/get.md)

---

[API](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api.md) · [All operations](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowpay/backoffice-timesheet-importer-api/revisions/d2d865af0be0/schema)
