---
title: "GET /api/public/employees/"
method: GET
path: "/api/public/employees/"
tags: ["api"]
---

# GET /api/public/employees/

`GET /api/public/employees/`

Returns data about employees withing your company that could be
useful for finding out more information about their training status.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PublicEmployeeList[], required
    - `id` string, uuid
    - `name` string, required
    - `email` string, email, required

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
