Get a task

Retrieve the full details of a single CRM task by its identifier. The response includes the task''s name, type, status, due date, duration, notes, assignee, reminder settings, and linked contacts, companies, or deals.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired

Response

Returns the Task by id
taskTypeIdstring

Id for type of task e.g Call / Email / Meeting etc.

namestring
Name of task
datedatetime
Task due date and time
idstring
Unique task id
companiesIdslist of strings
Companies ids for companies a task is linked to
dealsIdslist of strings
Deal ids for deals a task is linked to
contactsIdslist of integers
Contact ids for contacts linked to this task
assignToIdstring
Account id of the user assigned to this task
notesstring
Notes added to a task
doneboolean
Whether the task is marked as done
createdAtdatetime

Task creation date/time

updatedAtdatetime

Task last update date/time

Errors

400
Bad Request Error
404
Not Found Error