---
title: "Searching for pre employees by filter"
method: GET
path: "/pre-employees"
tags: ["PreEmployees"]
---

# Searching for pre employees by filter

`GET /pre-employees`

Searching for pre employees by filter

## Query parameters

- `identificationDocument` string
- `email` string
- `workflowStep` string
- `limit` number
- `offset` string

## Response `200`

Successful operation

- object
  - `id` number — Pre employee internal id
  - `hiringDate` string, date-time — Hiring date of the pre employee (ISO 8601 format)
  - `fullName` string — Full name of the pre employee
  - `email` string, email — Email of the pre employee
  - `identificationDocument` string — Brazilian CPF number of the pre employee (only numbers)

---

[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/revisions/3f26defa2a42/schema)
