# Pull App Configuration Files **GET /groups/{groupId}/apps/{appId}/pull** Download the current App configuration. You can choose to download in two different formats: - A compressed zip file that contains the configuration file directory. This is most useful when you're working with the CLI, a version control system, or another environment based on the file system. - A single JSON object that contains the entire configuration. This is most useful when you're working with the API or another environment that can parse JSON. You specify which format to download by setting the `Accept` header. ## Servers - The root API resource and starting point for the App Services API.: https://services.cloud.mongodb.com/api/admin/v3.0 (The root API resource and starting point for the App Services API.) ## Authentication methods - Token auth ## Parameters #### Path parameters - **groupId** (string) An Atlas [Project/Group ID](https://docs.atlas.mongodb.com/tutorial/manage-projects/). - **appId** (string) The ObjectID of your application. [The App Services API Project and Application IDs section](#section/Project-and-Application-IDs) demonstrates how to find this value. ## Responses ### 200: Pull successful #### Body Parameters: application/json (object) - **name** (string) The App's name. - **provider_region** (string) - **deployment_model** (string) An application [deployment model](https://www.mongodb.com/ko-kr/docs/atlas/app-services/apps/deployment-models-and-regions/#deployment-models). - **environment** (string) The application's environment. - **auth_providers** (array[object]) - **custom_user_data** (object | null) - **data_api_config** (object | null) - **data_sources** (array[object]) - **endpoints** (array[object]) - **environments** (object) - **functions** (array[object]) - **graphql** (object) - **hosting** (object) - **https_endpoints** (array[object]) [Deprecated] A list of legacy HTTP services. This is for backwards compatibility only. - **log_forwarders** (array[object]) - **schemas** (array[object]) - **services** (array[object]) [Deprecated] A list of legacy third-party non-HTTP services. This is for backwards compatibility only. - **sync** (object) - **triggers** (array[object]) - **values** (array[object]) ### 400: Invalid request ### 500: Error pulling configuration [Powered by Bump.sh](https://bump.sh)