Get Task
Returns a single task by ID.
Required permission: company.task:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Task identifier
Response
Task details
A task entity.
Task identifier
Task name
Task description (empty string if none)
Task completion status
Not Complete, Complete Task deadline as an ISO 8601 date-time string
Snapshot of the entity this task is linked to (e.g. a claim or policy),
or null when the task is not linked to any entity.
Company user IDs the task is assigned to
User ID who created the task
When the task was created
When the task was last updated
