---
title: "Get actions"
method: GET
path: "/botMetric/actions"
tags: ["BotMetric"]
---

# Get actions

`GET /botMetric/actions`

## Query parameters

- `leadId` string
- `sourceId` string
- `botId` string
- `start` string, date-time
- `end` string, date-time
- `maxCount` integer

## Response `200`

Success

- BotMetricAction[]
  - `timestamp` string, date-time
  - `actionId` string, nullable
  - `leadId` string, nullable
  - `sourceId` string, nullable
  - `botId` string, nullable
  - `nodeId` integer
  - `frontendNodeId` string, nullable

---

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