---
title: "EmailMailboxRelations.get"
method: GET
path: "/entities/EmailMailboxRelations/{id}"
tags: ["Email"]
---

# EmailMailboxRelations.get

`GET /entities/EmailMailboxRelations/{id}`

Returns EmailMailboxRelation with given id

## Path parameters

- `id` string, uuid, required

## Response `200`

EmailMailboxRelation data

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` EmailMailboxRelation
    - `is_delete_protected` boolean, required — Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.
    - `id` string, uuid, required — Unique identifier of entity.
    - `is_deleted` boolean — Specifies if the entity is considered deleted.
    - `modified` string, date-time — Last modification time.
    - `created` string, date-time — Creation time.
    - `email` string, uri, required — Email that belongs to the mailbox. Relation to Email. By default it is returned as URI to related resource. Using parameter 'expand', it will return full entity. See: 'Email' object for properties.
    - `direction` 1 | 2 — Field whose values are strictly defined with an enumeration of values. Integer enum value: 1 - OutgoingEmail, 2 - IncomingEmail
    - `email_created` string, date-time — Creation time.
    - `email_id` string, uuid, required — Id of the email that belongs to the mailbox.
    - `email_is_deleted` boolean — Denormalized flag indicating that the related email has been deleted from this mailbox; such relations are hidden from the inbox view.
    - `error_code` integer — Error code for the email in this mailbox; 0 means the email was processed without error.
    - `event_types` string — Field whose values are strictly defined with an enumeration of values.
    - `is_scheduled` boolean — Whether the email is scheduled to be sent at a future time and has not been sent yet.
    - `mailbox_id` string, uuid, required — Id of the mailbox (connected email account) the email belongs to.
    - `sent_or_scheduled_at` string, date-time — Time when the email was sent, or its scheduled send time if it has not been sent yet.
    - `thread_or_id` string, uuid — Id of the email thread, or the id of the email itself when it does not belong to a thread.
    - `type` 1 | 2 — Field whose values are strictly defined with an enumeration of values. Integer enum value: 1 - Standard, 2 - Mass

## Other responses

- `404` — Sent when invalid ID is given
- `500` — unexpected error

---

[API](https://skmtc.net/aws/apis/pipeliner-cloud-api.md) · [All operations](https://skmtc.net/aws/apis/pipeliner-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pipeliner-cloud-api/versions/e8c12ae60aca/schema)
