Issue Creators

List issue creators

Querying the issue creators for a given repository.

get/v1/repos/{owner}/{repo}/issue_creators/

Path parameters

ownerstring required

The owner of the repo.

repostring required

The name of the repo.

Query parameters

sort'issues' | 'issues-desc' | 'first_issue_opened_at' | 'first_issue_opened_at-desc' | 'login'

Specify the field by which to sort the issue creators list (values with a -desc suffix indicate descending sorting)

exclude_botsboolean

Whether to exclude robot accounts (includes GitHub App and normal users whose username matches the pattern, for example: ti-chi-bot).

pageinteger

Page number of the results to fetch.

page_sizeinteger

The number of results per page (max 100).

Response

Default Response