---
title: "GET /api/Sites/getHackers/{id}"
method: GET
path: "/api/Sites/getHackers/{id}"
tags: ["Sites"]
---

# GET /api/Sites/getHackers/{id}

`GET /api/Sites/getHackers/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- HackerList[]
  - `id` string, nullable
  - `siteId` string, required
  - `site` Site
    - `id` string, nullable
    - `originName` string, nullable
    - `hackgatedName` string, nullable
    - `isActive` boolean
    - `orgId` string, nullable
    - `cretedByUserId` string, nullable
    - `creationdDate` string, date-time
    - `hasCustomList` boolean
    - `isDeploymentProgress` boolean
    - `startDate` string, date-time
    - `stopDate` string, date-time
    - `credentials` string, nullable
    - `instructions` string, nullable
    - `rateLimit` string, nullable
    - `blockList` string, nullable
  - `email` string, required

---

[API](https://skmtc.net/hackgate/apis/hackgate-admin-api.md) · [All operations](https://skmtc.net/hackgate/apis/hackgate-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hackgate/hackgate-admin-api/versions/7cf21ef8fdb0/schema)
