---
title: "Get event"
method: GET
path: "/events/{key}"
tags: ["events"]
---

# Get event

`GET /events/{key}`

This route is used to retrieve a single event.

## Path parameters

- `key` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Success, returns specified event

- EventResponse — A response for information about a event
  - `id` string — The UUID of the specified event
  - `log` string — Human readable log line describing the event and its context it stores
  - `context` object — A object, typically JSON, that contains the information to describe an event
  - `actionType` string — This is the type of the event
  - `roomId` integer — The room ID in which the event deals with
  - `botId` string — The bot ID in which the event deals with
  - `botDataId` string — The bot data ID in which the event deals with
  - `botActionId` string — The bot action ID in which the event deals with
  - `userId` string — The user ID in which the event deals with

## Other responses

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

---

[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)
