curl --request GET \
--url https://api.reply.io/v3/tasks \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "<string>",
"ownerId": "<string>",
"taskType": "email_manual",
"status": "pending",
"data": {
"type": "Email",
"delayInMinutes": 1,
"executionMode": "Automatic",
"templates": [
{
"subject": "<string>",
"body": "<string>",
"id": 123,
"templateId": 123
}
],
"id": 123,
"scheduledTime": "2023-11-07T05:31:56Z"
},
"description": "<string>",
"contactId": "<string>",
"accountId": "<string>",
"sequenceId": "<string>",
"dueDate": "2023-12-25",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"lastInteraction": {
"date": "2023-11-07T05:31:56Z",
"type": "email",
"result": "<string>"
}
}
],
"total": 123
}Returns a list of all tasks in your account
curl --request GET \
--url https://api.reply.io/v3/tasks \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "<string>",
"ownerId": "<string>",
"taskType": "email_manual",
"status": "pending",
"data": {
"type": "Email",
"delayInMinutes": 1,
"executionMode": "Automatic",
"templates": [
{
"subject": "<string>",
"body": "<string>",
"id": 123,
"templateId": 123
}
],
"id": 123,
"scheduledTime": "2023-11-07T05:31:56Z"
},
"description": "<string>",
"contactId": "<string>",
"accountId": "<string>",
"sequenceId": "<string>",
"dueDate": "2023-12-25",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"lastInteraction": {
"date": "2023-11-07T05:31:56Z",
"type": "email",
"result": "<string>"
}
}
],
"total": 123
}API key passed in the X-API-Key header
Filter tasks by status
pending, completed, skipped Filter tasks by type
email_manual, email_auto, call, linkedin, custom Filter tasks by due date (YYYY-MM-DD)
List of tasks retrieved successfully
Show child attributes
(Required) Unique task identifier (ULID)
(Required) User who owns the task
(Required) Kind of action
email_manual, email_auto, call, linkedin, custom (Required) Current status of the task
pending, completed, skipped Type-specific data for the task A task for sending emails Email step with template configuration
Show child attributes
Step type discriminator
Email Delay in minutes before executing this step
x >= 0Execution mode for the email step
Automatic, Manual Array of email templates/variants
Show child attributes
Unique identifier for the step
When the email should be sent
Free-text details for the assignee
Contact linked to the task
Account linked to the contact
Sequence the task belongs to (if any)
ISO 8601 date the task is due (YYYY-MM-DD)
RFC 3339 timestamp when the task was created
RFC 3339 timestamp of the last update
Combined details of the most recent contact touch
Show child attributes
Total number of tasks