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

NameInTypeRequiredDescription
projectIdpathstringyesThe project _id, found in the app under Project Settings.
relatedToIdpathstringyesThe campaign/transactional/triggered email _id.
limitqueryinteger
skipqueryinteger

Responses

StatusDescription
200OK
403Missing or invalid API key

Response body

FieldTypeRequiredDescription
itemsarray
countinteger
unseenCountintegerItems created after the last time this log was marked seen in the app.