---
title: "Get search feed for employees"
method: GET
path: "/employees/search-feed"
tags: ["Employees", "Search"]
---

# Get search feed for employees

`GET /employees/search-feed`

## Query parameters

- `employeeName` string — Filter employees by name

## Response `200`

Successful operation

- EmployeeSearchFeed[]
  - `id` integer, required
  - `name` string, required

## Other responses

- `400` — Invalid employees search criteria
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

## Changes

- **2025-02-03** `91c1a6d49e80` — 1 info
  - endpoint added
- **2025-01-07** `659ddbe31a58` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/employees/search-feed/get.md)

---

[API](https://skmtc.dev/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.dev/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
