Skip to main content
GET
Get one archived email of an application

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Path Parameters

applicationid
integer
required

Application ID

emailid
integer
required

Archived email ID

Query Parameters

organisation_id
integer

Narrow the read to a single organisation. Without it, the caller keeps its full visibility.

Response

Archived email detail

Full detail of one archived email of the application.

_status
enum<string>
Available options:
OK,
INVALID
_schema
string<uri>
id
integer

Archived email identifier

date
string<date-time>
subject
string
sender
string

The From address.

recipient
string

The delivered-to address, empty for an outgoing email.

received
boolean

True when the email came from the candidate.

to
string

Comma-separated To addresses.

cc
string

Comma-separated Cc addresses.

content
string

Sanitized HTML or plain-text body, empty when unreadable.

attachments
object[]