---
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.

---

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