Actions389
- Contract Actions
- Ticket History Actions
- Ticket Note Webhook Actions
- Ticket Note Actions
- Ticket Webhook Actions
- Time Entry Actions
- Resource Actions
- Role Actions
- Resource Role Actions
- Search Filter Actions
- Service Actions
- Skill Actions
- Service Call Actions
- Survey Results Actions
- Survey Actions
- Ticket Actions
- Opportunity Actions
- Notification History Actions
- Invoice Actions
- Product Actions
- Product Vendor Actions
- Project Actions
- Project Charge Actions
- Project Phase Actions
- Project Task Actions
- Project Note Actions
- Contract Retainer Actions
- Contract Service Actions
- Contract Service Adjustment Actions
- Contract Service Bundle Actions
- Contract Service Bundle Unit Actions
- Contract Service Bundle Adjustment Actions
- Contract Ticket Purchase Actions
- Contract Service Unit Actions
- Domain Registrar Actions
- Holiday Actions
- Holiday Set Actions
- Contract Exclusion Billing Code Actions
- Contract Rate Actions
- Contract Exclusion Role Actions
- Contract Exclusion Sets Actions
- Contract Exclusion Set Excluded Role Actions
- Contract Exclusion Set Excluded Work Type Actions
- Contract Milestone Actions
- Contract Note Actions
- Contract Role Costs Actions
- Contact Groups Actions
- Contact Actions
- Contact Webhook Actions
- Contact Group Contacts Actions
- Contract Block Hour Factor Actions
- Contract Block Actions
- Contract Billing Rule Actions
- Contract Charge Actions
- Configuration Item Category Actions
- Configuration Item Category UDF Association Actions
- Configuration Item DNS Record Actions
- Configuration Item Note Actions
- Configuration Item Related Item Actions
- Configuration Item SSL Subject Alternative Name Actions
- Configuration Item Type Actions
- Configuration Item Webhook Actions
- Company Alert Actions
- Company Actions
- Billing Code Actions
- Company Location Actions
- Company Note Actions
- Company Webhook Actions
- Configuration Item Actions
- Configuration Item Billing Product Association Actions
Overview
This node operation retrieves detailed information about a specific task within a project in Autotask. It is useful for scenarios where you need to fetch the current state, attributes, or metadata of a project task by specifying its project and task IDs. For example, you might use it to display task details in a dashboard, verify task status before updates, or integrate task data into other workflows.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project to which the task belongs, used to scope the task retrieval. |
| Task ID | The unique identifier of the task to retrieve details for. |
| Add Picklist Labels | Determines whether to add human-readable label fields for picklist-type fields in the task data, enhancing readability. |
| Add Reference Labels | Determines whether to add human-readable label fields for reference-type fields in the task data. |
| Select Columns Names or IDs. | Specifies which fields of the task to include in the response. If none are selected, all fields are returned. The task ID is always included. |
| Flatten User-Defined Fields | If enabled, user-defined fields (UDFs) are moved to the top level of the returned object instead of being nested, simplifying access. |
Output
JSON
id- The unique identifier of the retrieved task.projectID- The ID of the project the task belongs to.name- The name or title of the task.status- Current status of the task.startDate- The start date of the task.dueDate- The due date of the task.assignedResourceID- ID of the resource assigned to the task.assignedResourceID_label- Human-readable label of the assigned resource, if Add Reference Labels is enabled.priority- Priority level of the task.priority_label- Human-readable label of the priority, if Add Picklist Labels is enabled.userDefinedFields- Individual user-defined fields as top-level properties if flattenUdfs is enabled.
Dependencies
- Autotask REST API
- API authentication credentials
Troubleshooting
- Ensure that both Project ID and Task ID are correctly specified and exist in Autotask; otherwise, the node will return an error indicating the task was not found.
- If the node returns incomplete data, verify that the 'Select Columns' property includes the desired fields or leave it empty to retrieve all fields.
- If human-readable labels are missing, check that 'Add Picklist Labels' and 'Add Reference Labels' are enabled and that the referenced data exists.
- Authentication errors indicate issues with the provided API credentials; verify and update credentials as needed.