Skip to main content
Returns the GitHub repository linked to the specified project.

Authentication

Requires a valid Bearer token.

Path Parameters

id
string
required
Project ID (UUID).

Response

repo_full_name
string
required
Full repository name (e.g., "owner/repo").
default_branch
string
required
Default branch name.
linked_at
string
required
ISO 8601 timestamp when the link was created.
{
  "repo_full_name": "my-org/my-repo",
  "default_branch": "main",
  "linked_at": "2025-01-15T10:30:00Z"
}

Errors

StatusDescription
401Unauthorized — missing or invalid token
404Not Found — project does not exist or no GitHub link configured