---
title: "GET /events/{str}/{caller}"
method: GET
path: "/events/{str}/{caller}"
---

# GET /events/{str}/{caller}

`GET /events/{str}/{caller}`

Returns the event matching the given data content and caller.

## Path parameters

- `str` string, required
- `caller` string, required

## Response `200`

Event retrieved

- Events — Events object (V0)
  - `data` string — Event data.
  - `address` string — SC address that emitted the event.

## Other responses

- `400` — Bad request.
- `500` — Internal Server Error - The server has encountered a situation it does not know how to handle.

## Changes

- **2023-06-10** `5303aa877db8` — 1 info
  - endpoint added
- **2023-04-11** `ed844438644d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/massalabs/apis/massastation/changes/events/:str/:caller/get.md)

---

[API](https://skmtc.dev/massalabs/apis/massastation.md) · [All operations](https://skmtc.dev/massalabs/apis/massastation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/massalabs/massastation/revisions/26b1a89baa49/schema)
