---
title: "get a list of owners from a host"
method: GET
path: "/hosts/{hostName}/owners"
---

# get a list of owners from a host

`GET /hosts/{hostName}/owners`

## Path parameters

- `hostName` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `created_after` string, date-time
- `updated_after` string, date-time
- `sort` string
- `order` string
- `kind` 'user' | 'organization'
- `has_sponsors_listing` boolean

## Response `200`

OK

- Owner[]
  - `name` string
  - `uuid` string
  - `kind` string
  - `email` string
  - `login` string
  - `company` string
  - `location` string
  - `description` string
  - `twitter` string
  - `website` string
  - `metadata` object
  - `icon_url` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `repositories_count` integer
  - `last_synced_at` string, date-time
  - `owner_url` string
  - `repositories_url` string
  - `html_url` string
  - `funding_links` string[]
  - `total_stars` integer
  - `followers` integer
  - `following` integer

---

[API](https://skmtc.net/ecosyste-ms/apis/ecosyste-ms-repos.md) · [All operations](https://skmtc.net/ecosyste-ms/apis/ecosyste-ms-repos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecosyste-ms/ecosyste-ms-repos/revisions/791f49c6a3cc/schema)
