GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
tasks
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/tasks
{
  "data": [
    {
      "id": "tsk_BpJ6tO8N",
      "ownerId": "usr_4vaUcQhFQw",
      "taskType": "call",
      "status": "pending",
      "description": "Follow-up call about pricing",
      "contactId": "cnt_TYy2tE4L",
      "accountId": "acc_vAj3fM9U",
      "sequenceId": "seq_b0AA9ZgN",
      "stepNumber": 3,
      "dueDate": "2025-04-25",
      "createdAt": "2025-04-20T09:41:22Z",
      "updatedAt": "2025-04-20T09:41:22Z",
      "lastInteraction": {
        "date": "2025-04-18T15:02:12Z",
        "type": "email",
        "result": "Opened"
      },
      "data": {
        "phoneNumber": "+1234567890",
        "notes": "Discuss pricing options and current challenges",
        "duration": 30
      }
    }
  ],
  "total": 123
}

Query Parameters

status
enum<string>

Filter tasks by status

Available options:
pending,
completed,
skipped
taskType
enum<string>

Filter tasks by type

Available options:
email_manual,
email_auto,
call,
linkedin,
custom
dueDate
string

Filter tasks by due date (YYYY-MM-DD)

Response

200 - application/json

List of tasks retrieved successfully

The response is of type object.