---
title: "Find botActions"
method: GET
path: "/botActions"
tags: ["botActions"]
---

# Find botActions

`GET /botActions`

## Query parameters

- `roomId` integer
- `botId` string, required
- `name` string
- `isPending` boolean
- `createdAt` string
- `updatedAt` string
- `limit` integer
- `offset` integer

## Response `200`

Success, returns all BotActions

- BotActionResponse[]
  - `id` string — The UUID of the specified bot action
  - `name` string — The name of the bot action requested
  - `isPending` boolean — If the action is still pending completion
  - `parameters` object[] — The values required to run a bot action
  - `response` object — The output of an bot action
  - `roomId` integer — The room ID in which the bot action deals with
  - `botId` string — The bot ID in which the bot action deals with
  - `userId` string — The user ID in which the bot action deals with

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `404` — Resource Not Found
- `default` — Error

## Changes

- **2019-03-14** (v1) `61c43b67559b` — 2 info
  - added the new optional `query` request parameter `createdAt`
  - added the new optional `query` request parameter `updatedAt`
- **2018-03-30** (v1) `4ca6b20ef8df` — 2 warning
  - deleted the `query` request parameter `createdAt`
  - deleted the `query` request parameter `updatedAt`

[Change history](https://skmtc.dev/salesforce/apis/refocus-api/changes/botActions/get.md)

---

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