# Get Aggregates

## This API will emit the aggregates of events that occurred in the specified time period. Time period can be configured in the metrics service using configurations

<mark style="color:blue;">`GET`</mark> `http://localhost:8070/v1/aggregates`&#x20;

{% tabs %}
{% tab title="200: OK Object with aggregates over the period of configured time. Eg {schema: {add: 3, delete: 1}}}" %}

{% endtab %}
{% endtabs %}
