> For the complete documentation index, see [llms.txt](https://docs.systemsx.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.systemsx.co.uk/sense/api-call-metrics.md).

# API Call - Metrics

## View Call Metrics

<mark style="color:green;">`POST`</mark> `/v2/call/metrics`

**Body**

| Name      | Type   | Description      |
| --------- | ------ | ---------------- |
| `api_key` | string | Name of the user |

**Response**

{% tabs %}
{% tab title="200" %}

```json
[
  {
    "agent_type": [
      "SALES",
      "ADMIN"
    ],
    "direction": "BOTH",
    "name": "example",
    "weight": 0,
    "tags": "none",
    "content": "Example Content"
  }
]
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}
