---
title: "Get Github Info"
method: GET
path: "/companies/{company_id}/github"
tags: ["github"]
---

# Get Github Info

`GET /companies/{company_id}/github`

Get GitHub repo info for a company.

## Path parameters

- `company_id` string, uuid, required

## Response `200`

Successful Response

- GitHubRepoResponse
  - `repo_url` string, nullable
  - `repo_full_name` string, nullable
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nanocorp/apis/nanocorp-api.md) · [All operations](https://skmtc.dev/nanocorp/apis/nanocorp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nanocorp/nanocorp-api/revisions/04b208d3215b/schema)
