quire.getTask
Retrieve detailed task information using project ID and task ID, or by task OID alone.
Instructions
Get detailed information about a specific task. Can be retrieved by project ID + task ID, or by task OID alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID (required when using taskId, not needed when using oid) | |
| taskId | No | The task ID number within the project | |
| oid | No | The task OID (unique identifier). Use this OR projectId+taskId |