---
title: "GET /spaces/{space_id}/conversation_metric_events"
method: GET
path: "/spaces/{space_id}/conversation_metric_events"
tags: ["Conversation"]
---

# GET /spaces/{space_id}/conversation_metric_events

`GET /spaces/{space_id}/conversation_metric_events`

Fetch list of conversation metric events. [Learn more.](https://support.statusbrew.com/hc/en-us/articles/4414549860121-Conversation-Metric-Events)

#### **Request Parameters**

Parameter

Type

Description

startAt

`string`

_Optional._  
Start timestamp in seconds _(10 digit value)_

endAt

`string`

_Optional._  
End timestamp in seconds _(10 digit value)_

conversationId

`string`

_Optional._

metric

`string`

_Optional._  
Supported values - close\_time, end\_time

skip

`integer`

_Optional_  
To fetch next set of events

limit

`integer`

_Optional._  
Number of events that can be fetch in a single request. Maximum value is 5000

## Path parameters

- `space_id` string, required

## Query parameters

- `startAt` string
- `endAt` string
- `conversationId` string
- `metric` string
- `skip` integer
- `limit` integer

## Response `200`

successful operation

---

[API](https://skmtc.dev/statusbrew/apis/analytics-api.md) · [All operations](https://skmtc.dev/statusbrew/apis/analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/statusbrew/analytics-api/revisions/f3d70ecb9264/schema)
