beel_get_email_delivery_indicators
Retrieve email delivery indicators for multiple entity IDs, showing email count, latest status, and send time to assess delivery state without loading full history.
Instructions
Returns, for each related entity id given, how many emails the history holds for it, the status of the most recent one and when it was sent. Lets you show the state of an entity's email without loading its full history.
last_status: carries whatever the latest attempt ended in,REJECTEDandQUEUEDincluded, so acountabove zero does not mean an email reached anyone.Ids with no associated emails: omitted from the response rather than returned with
count0.
Closed catalogue. This collection is fixed and bounded by the request itself — at most
one indicator per id in related_entity_ids: it carries no pagination, it takes no
page/limit, and every response holds the whole set.
Endpoint: GET /v1/accounts/{account_id}/email-indicators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. | |
| related_entity_ids | Yes | Comma-separated list of related entity ids (e.g. invoice ids) |