---
title: "Retrieve a list of Lead Technicians"
method: GET
path: "/v2/leads/{leadId}/team"
tags: ["Leads"]
---

# Retrieve a list of Lead Technicians

`GET /v2/leads/{leadId}/team`

Retrieves a paginated list of technicians assigned to a lead.

## Path parameters

- `leadId` string, required

## Query parameters

- `pageSize` number
- `page` number

## Headers

- `Authorization` string, required

## Response `200`

A paginated list of lead technicians

- ResponseLeadTechnitionsV2Dto
  - `pageSize` number — The maximum number of items returned per page.
  - `page` number — The current page number.
  - `totalResults` number — The total number of results.
  - `hasMore` boolean — Whether there are more results.
  - `data` ResponseJobLeadTechnitionV2Dto[] — A list of Lead Technicians.
    - `id` string — The id of the user
    - `name` string — The name of the technician.
    - `emailAddress` string — The email address of the technician.
    - `isPrimary` boolean — Whether the technician is the primary technician.

## Other responses

- `404` — Lead not found

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
