---
title: "List issue creators"
method: GET
path: "/v1/repos/{owner}/{repo}/issue_creators/"
tags: ["Issue Creators"]
---

# List issue creators

`GET /v1/repos/{owner}/{repo}/issue_creators/`

Querying the issue creators for a given repository.

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `sort` 'issues' | 'issues-desc' | 'first_issue_opened_at' | 'first_issue_opened_at-desc' | 'login'
- `exclude_bots` boolean
- `page` integer
- `page_size` integer

## Response `200`

Default Response

---

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