Appearance
Email Error Log
Full reference for the Email Error Log resource in the bluefox.email API. See the API overview for authentication, the response envelope, and pagination.
List processing/delivery errors for an email
GET /v1/projectId/{projectId}/related-to/{relatedToId}/email-error-logs
Merges send-processing errors and delivery failures from the last 30 days, newest first.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The project _id, found in the app under Project Settings. |
relatedToId | path | string | yes | The campaign/transactional/triggered email _id. |
limit | query | integer | ||
skip | query | integer |
Responses
| Status | Description |
|---|---|
| 200 | OK |
| 403 | Missing or invalid API key |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | array | ||
count | integer | ||
unseenCount | integer | Items created after the last time this log was marked seen in the app. |