---
title: "Get a Service Configuration"
method: GET
path: "/groups/{groupId}/apps/{appId}/services/{serviceId}/config"
tags: ["services"]
---

# Get a Service Configuration

`GET /groups/{groupId}/apps/{appId}/services/{serviceId}/config`

Get configuration of [data
sources](https://www.mongodb.com/docs/atlas/app-services/mongodb/)
and [third-party services [Deprecated]](https://www.mongodb.com/docs/atlas/app-services/reference/services/).

## Response `200`

Successfully retrieved.

- union[]
  - union
    - AtlasCluster
      - `_id` string — The cluster's unique ID.
      - `name` string — The service name.
      - `type` string — The type of service.
    - AtlasFederatedInstance
      - `_id` string
      - `name` 'mongodb-datafederation', required
      - `type` 'datalake', required
      - `config` object, required
        - `dataLakeName` string, required — The service name used to refer to the Federated database instance within this Atlas app. The name may be at most 64 characters long and must only contain ASCII letters, numbers, underscores, and hyphens.
    - ThirdPartyService — **THIRD-PARTY SERVICES ARE DEPRECATED** See [Third-Party Services](https://www.mongodb.com/docs/atlas/app-services/reference/services/) for more information.
      - `_id` string — A unique ID for the third-party service.
      - `name` string — The third-party service name.
      - `type` 'aws' | 'twilio' | 'github' | 'gcm' — The type of third party service.
      - `version` integer

---

[API](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/versions/1365ab72bc03/schema)
