# Get task Finds a task with the specified id for the given contract. Endpoint: GET /api/2/v/contracts/{contractId}/tasks/{taskId} Version: 0.0.7242 Security: BasicAuth, BearerAuth ## Path parameters: - `contractId` (string, required) Unique identifier of the contract Example: "qbcxvb" - `taskId` (string, required) Id of the task ## Response 200 fields (application/json): - `contractId` (string) - `creationDate` (string) - `data` (array) - `failures` (array) - `failures.attributes` (object) - `failures.messageId` (string) - `finishDate` (string) - `parentId` (string) - `startDate` (string) - `state` (string) - `taskId` (string) - `taskType` (string)