# Get Task based on id **GET /tasks/{id}** Get task details based on provided identifier in path parameters. ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **id** (integer) The identifier of the task to fetch details. ### Query parameters - **include** (string) We can define include parameter as `CHILDREN` for adding children details while fetching the task. ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer) - **logSid** (integer) - **name** (string) - **number** (string) - **wasCompletedLate** (boolean) - **currentAction** (string) - **period** (object) - **taskType** (object) - **closeTaskDefinition** (object) - **entityDefinitionId** (integer) - **entityName** (string) - **snapshotId** (integer) - **snapshotParentId** (integer) - **status** (object) - **dueDate** (string(date-time)) - **dateCompleted** (string(date-time)) - **inboxReceiverDto** (object) - **performer** (object) - **performerDueDate** (string(date-time)) - **reviewer** (object) - **reviewerDueDate** (string(date-time)) - **approver** (object) - **approverDueDate** (string(date-time)) - **late** (boolean) [Powered by Bump.sh](https://bump.sh)