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

# Get all autolinks of a repository

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

Gets all autolinks that are configured for a repository.

Information about autolinks are only available to repository administrators.

## Path parameters

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

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

## Changes

- **2024-02-01** (3.8) `4ad3e94264bd` — 1 warning
  - deleted the `query` request parameter `page`

[Change history](https://skmtc.dev/github/apis/enterprise-server/changes/repos/:owner/:repo/autolinks/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-server.md) · [All operations](https://skmtc.dev/github/apis/enterprise-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-server/revisions/5438365412fe/schema)
