Skip to main content
GET
/
v2
/
sms-threads
/
{sms_thread_id}
/
tasks
Get SMS Thread Tasks
curl --request GET \
  --url https://api.example.com/v2/sms-threads/{sms_thread_id}/tasks \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "modified_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "task_type": "auto_response_email",
    "status": "open",
    "title": "<string>",
    "description": "<string>",
    "assignee_id": "<string>",
    "due_date": "2023-11-07T05:31:56Z",
    "object": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sms_thread_id
string
required

Response

Successful Response

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
task_type
enum<string>
required
Available options:
auto_response_email,
auto_response_sms,
call_analysis,
disable_contact,
recommendation_new_contact,
manual_call,
broken_promise_follow_up,
payment_promise,
escalation,
pause_state_update,
dispute_create,
dispute_activate,
dispute_update,
dispute_resolution
status
enum<string>
required

The current status of the task.

Available options:
open,
completed,
closed,
archived,
failed,
processing,
assigned_to_agent,
research
title
string | null
required
description
string | null
required

The contextual description of the task.

assignee_id
string | null
required

The ID of the user assigned to this task, if any.

due_date
string<date-time> | null
required
object
string
required

String representing the object's type. Objects of the same type share the same value.