---
title: "GET /api/employees/streams/{stream_id}"
method: GET
path: "/api/employees/streams/{stream_id}"
tags: ["api"]
---

# GET /api/employees/streams/{stream_id}

`GET /api/employees/streams/{stream_id}`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` EmployeeWithoutCompanyDetails[], required
    - `id` string, uuid
    - `name` string, required
    - `avatar_image` string, uri, nullable
    - `email` string, email, required
    - `slack_uid` string, nullable, required
    - `role` string, uuid, nullable
    - `company` string, uuid
    - `user` string, uuid
    - `is_admin` boolean
    - `is_manager` string
    - `points` integer
    - `level` string

---

[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)
