/
/My API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 15m ago · Updated 6mo ago
  • get/v0/openapi
  • getRetrieve the current user
  • getList organizations
  • getRetrieve an organization
  • getList projects
  • postCreate project
  • getRetrieve project
  • patchUpdate project
  • postGenerate an AI commit message for a specific SDK
  • getList project branches
  • postCreate a new project branch
  • getRetrieve a project branch
  • deleteDelete a project branch
  • putRebase a project branch
  • put/v0/projects/{project}/branches/{branch}/reset
  • getRetrieve configuration files
  • postGenerate config suggestions
  • getList project builds
  • postCreate build
  • getRetrieve build
  • getDownload build target output
  • postCreates two comparable builds
  • getGet diagnostics for a build
  • post/v0/projects/{projectName}/snippets/request
  • getRetrieve decorated spec

Retrieve configuration files

Retrieve the configuration files for a given project.
get/v0/projects/{project}/configs

Path parameters

projectstring required

Query parameters

branchstring

Branch name, defaults to "main".

includestring

Response

success

object required

Config files contents

Changes