# Retrieve App Services metrics **GET /groups/{groupId}/apps/{appId}/metrics** Retrieves a variety of metrics, including: Compute Time, Data Transfer, Sync Minutes, Requests Succeeded, Requests Failed. For a complete list of available metrics, see [App Services Metrics Reference](https://mongodb.com/docs/atlas/app-services/reference/metrics). ## 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. ### Query parameters - **start** (string) The ISO-8601 date and time of the start of the query period (e.g. "2022-10-27T14:01:01Z"). - **end** (string) The ISO-8601 date and time of the end of the query period (e.g. "2022-12-27T14:01:01Z"). - **granularity** (string) Specifies the granularity of the query period as an [ISO-8601 duration value](https://en.wikipedia.org/wiki/ISO_8601#Durations). Examples include "P31D" (31 day), "PT1H" (1 hour), and "PT5M" (5 minutes). - **metrics** (string) The name of the metric to filter by. For detailed information on the available metrics and their units, see [App Services Metrics Reference](https://mongodb.com/docs/atlas/app-services/reference/metrics). ## Responses ### 200 Successfully retrieved. #### Body: application/json (object) - **measurements** (array[object]) The list of metrics. - **app_id** (string) The app ID sent in the request. - **app_name** (string) The app's human-readable name. - **group_id** (string) The group ID sent in the request. - **start** (string) The date and time (ISO-8601 format) of the earliest requested measurement. - **end** (string) The date and time (ISO-8601 format) of the latest requested measurement. - **granularity** (string) The requested granularity of the metrics in [ISO-8601 duration format](https://en.wikipedia.org/wiki/ISO_8601#Durations). [Powered by Bump.sh](https://bump.sh)