Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

repo_name
string
required

Repository name

Response

Repository details

Repository information returned in list and get operations

created_at
string<date-time>
required

When the repository was created

is_public
boolean
required

Whether this repository is publicly visible

name
string
required

The repository name

repo_id
string<uuid>
required

The repository's unique identifier

description
string | null

Optional description