---
title: "get a maintainer by login or UUID"
method: GET
path: "/registries/{registryName}/maintainers/{MaintainerLoginOrUUID}"
tags: ["maintainers"]
---

# get a maintainer by login or UUID

`GET /registries/{registryName}/maintainers/{MaintainerLoginOrUUID}`

## Path parameters

- `registryName` string, required
- `MaintainerLoginOrUUID` string, required

## Response `200`

OK

- Maintainer
  - `uuid` string, required
  - `login` string, nullable, required
  - `name` string, nullable, required
  - `email` string, nullable, required
  - `url` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `packages_count` integer, required
  - `packages_url` string, required
  - `total_downloads` integer, required
  - `html_url` string, nullable, required
  - `role` string, nullable, required

## Changes

- **2024-03-11** (v1) `3823394598b6` — 1 info
  - added the required property `total_downloads` to the response with the `200` status
- **2023-04-04** (v1) `34c39773ceae` — 1 breaking
  - removed the required property `total_downloads` from the response with the `200` status

[Change history](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/changes/registries/:registryName/maintainers/:MaintainerLoginOrUUID/get.md)

---

[API](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages.md) · [All operations](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/llms.txt) · [OpenAPI document](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/revisions/98c51ecb0201?raw)
