---
title: "Retrieve a worker email address"
method: GET
path: "/api/workers/{workerId}/email"
tags: ["Workers"]
---

# Retrieve a worker email address

`GET /api/workers/{workerId}/email`

Retrieve the inbound email address for a worker.

## Path parameters

- `workerId` string, required

## Response `200`

Worker email address.

- object
  - `email` string, required

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

## Changes

- **2026-05-08** `d1de8cdc19ab` — 1 breaking, 2 info
  - the response's body type/format changed from `string`/`` to `object`/`` for status `200`
  - added the non-success response with the status `404`
  - added the required property `email` to the response with the `200` status

[Change history](https://skmtc.dev/ramensoft/apis/handinger-api/changes/api/workers/:workerId/email/get.md)

---

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