get_task_assignments
Retrieve all assigned details for a specific task by its ID. Input includes task ID, webhook slug, and authentication token to ensure secure access to task assignments.
Instructions
Get all assignments for a specific task by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
slug | Yes | The webhook slug (e.g., "air-generic-url-webhook") | |
taskId | Yes | The ID of the task to retrieve assignments for | |
token | Yes | The webhook token for authentication |