---
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.

---

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