# Get Count

<mark style="color:blue;">`GET`</mark> `http://localhost:8070/v1/metrics`

Get count of events emitted for each entityType

{% tabs %}
{% tab title="200: OK Retrieve all the events for each entityType based grouped on the basis of operationType. Eg: {schema: { add: 5, read: 2}}" %}

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sunbirdrc.dev/api-reference/metrics-apis/get-count.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
