v1
latestOpenAPI 3.1.02026-07-26359254.7 MBTasks
Get a task
<small>Requires the tasks:read scope (or a broader one that includes it).</small>
Returns full task details by ID. Use includeContent=true to also get the rendered content (variables resolved).
get/v3/tasks/{id}
Path parameters
idinteger required
Task ID.
Query parameters
includeContentboolean
When true, the response includes a content field with rendered template (handlebars variables resolved with contact data).
Response
Task details retrieved successfully.