Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

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

Fetch a repository by name.
repo = await mesa.repos.get(repo="app")
print(repo.id)
print(repo.default_bookmark)

Options

repo
str
required
Repository name.
org
str | None
Organization override.

Response

Returns a repository object with id, org, name, default_bookmark, head_change_id, upstream, created_at, and tags.

Required scope

read

Errors

Raises NotFoundError when the repository does not exist.