Skip to main content
GET
/
api
/
v0
/
companies
/
{company_id}
/
github
/
{account_name}
/
repositories
Endpoint to list the GitHub repositories the Cantina App has access to for a given account.
curl --request GET \
  --url https://api.example.com/api/v0/companies/{company_id}/github/{account_name}/repositories
[
  {
    "org": "<string>",
    "repo": "<string>",
    "private": true,
    "defaultBranch": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

company_id
string<uuid>
required
account_name
string
required

Response

GitHub repositories

org
string
required
repo
string
required
private
boolean
required
defaultBranch
string
required