Get all validation jobs
GET/email/validate/job
Get all validation jobs
Responses
- 200
- 500
List of validation jobs
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id integer
label string
state string
Possible values: [pending
, running
, failed
, paused
, done
]
emailCount integer
source string
Possible values: [file
, input
, hubspot
, mailjet
, mailchimp
, excel
, api
]
integration
object
system string
id integer
summary
object
totalEmails integer
deliverableCount integer
undeliverableCount integer
riskyCount integer
createdAt date-time
finishedAt date-time
[
{
"id": 0,
"label": "string",
"state": "pending",
"emailCount": 0,
"source": "file",
"integration": {
"system": "string",
"id": 0
},
"summary": {
"totalEmails": 0,
"deliverableCount": 0,
"undeliverableCount": 0,
"riskyCount": 0
},
"createdAt": "2024-07-29T15:51:28.071Z",
"finishedAt": "2024-07-29T15:51:28.071Z"
}
]
Internal Server Error
Loading...