---
title: "Get Live Count"
method: GET
path: "/v1/convai/analytics/live-count"
tags: ["Agents Platform"]
---

# Get Live Count

`GET /v1/convai/analytics/live-count`

Get the live count of the ongoing conversations.

## Query parameters

- `agent_id` string, nullable — The id of an agent to restrict the analytics to.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetLiveCountResponse
  - `count` integer, required — The number of active ongoing conversations.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/e77a0a530a82/schema)
