Skip to main content
GET
Get a task
Returns one task with its contact, sequence and step. A task owned by another team returns 404.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Path Parameters

id
string
required

24-character task id.

Response

Success.

A task in a rep queue.

_id
string

24-character hexadecimal id.

Example:

"507f1f77bcf86cd799439011"

user
string

Assignee.

contact
string

24-character hexadecimal id.

Example:

"507f1f77bcf86cd799439011"

sequence
string | null

Absent on a one-off task.

sequence_step
string | null
origin
enum<string>
Available options:
sequence,
one_off
action
enum<string>
Available options:
call,
manual_email,
generic,
linkedin_connect,
linkedin_message,
linkedin_view,
linkedin_interact,
meeting,
sms
state
enum<string>
Available options:
pending,
held,
completed,
skipped,
expired,
cancelled
priority
enum<string>
Available options:
high,
medium,
low
subject
string | null
note
string | null
due_at
string<date-time>

When the task is due.

autoskip_at
string<date-time> | null
completed_at
string<date-time> | null
call_log
string | null

Set when a call task was resolved by a logged call.