Projects
Get the name of the readme file in a project's git repository
Find the readme file in a directory of the project’s main repository or of one of its imported repositories. Returns the name of the readme as the repository spells it; the name is omitted when the directory has no readme. Required permissions: ListProject
GET
Get the name of the readme file in a project's git repository
Authorizations
Path Parameters
ID of the project the repository belongs to
ID of the repository being queried. Use _ to refer to the project's main repository.
Query Parameters
Directory within the repository to look in. Defaults to the repository root.
Branch to read the directory from. Defaults to the project's default git branch.
Commit SHA to read the directory at. Takes precedence over branchName.
Last modified on September 3, 2026