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 one repository in the current or specified organization.
const repo = await mesa.repos.get({ repo: 'app' });
console.log(repo.id, repo.head_change_id);

Options

repo
string
required
Repository name.
org
string | undefined
Organization override.

Response

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

Required scope

read