---
title: "List developers"
method: GET
path: "/api/v1alpha/developers"
tags: ["Developers"]
---

# List developers

`GET /api/v1alpha/developers`

Returns all authorized developers with their Hail and GitHub usernames.

## Response `200`

Developer list retrieved

- object[]
  - `hail_username` string
  - `gh_username` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
