Skip to main content
GET
Get deliverable list progress

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

listId
string
required

List ID

Response

Successfully retrieved list progress

id
integer

List ID

Example:

12345

status
enum<string>

Current list status

Available options:
pending,
processing,
completed,
failed
Example:

"processing"

progress
integer

Processing progress percentage

Required range: 0 <= x <= 100
Example:

75

total_emails
integer

Total number of emails in list

Example:

1000

processed_emails
integer

Number of emails processed

Example:

750

estimated_completion
string<date-time>

Estimated completion time

Example:

"2024-01-15T10:30:00Z"