## Retrieve **get** `/v0/projects/{project}/configs` Retrieve the configuration files for a given project. ### Path Parameters - `project: optional string` ### Query Parameters - `branch: optional string` Branch name, defaults to "main". - `include: optional string` ### Returns - `content: string` The file content ### Example ```http curl https://api.stainless.com/v0/projects/$PROJECT/configs \ -H "Authorization: Bearer $STAINLESS_API_KEY" ```