---
title: "List all autolinks of a repository"
method: GET
path: "/repos/{owner}/{repo}/autolinks"
tags: ["repos"]
---

# List all autolinks of a repository

`GET /repos/{owner}/{repo}/autolinks`

This returns a list of autolinks configured for the given repository.

Information about autolinks are only available to repository administrators.

## Path parameters

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

## Query parameters

- `page` integer

## Response `200`

Response

- Autolink[]
  - `id` integer, required
  - `key_prefix` string, required — The prefix of a key that is linkified.
  - `url_template` string, required — A template for the target URL that is generated if a key was found.
  - `is_alphanumeric` boolean, required — Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
