Actions Get Action
actions_get_actionRetrieve full details for a Mitti action by its unique ID, including title, description, status, priority, due date, assignees, and site.
Instructions
Get full details of a specific Mitti action by its ID. Returns title, description, status, priority_id, due date, assignees, and site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | The unique action ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique action identifier | |
| title | Yes | Action title | |
| due_at | No | Due date/time | |
| status | No | Action status: 'open', 'in_progress', 'completed', 'cant_do' | |
| site_id | No | Site this action belongs to | |
| assignees | No | List of assignee user IDs | |
| created_at | No | When the action was created | |
| description | No | Detailed description | |
| modified_at | No | Last modification timestamp | |
| priority_id | No | Org-specific priority identifier (Mitti's task-type system uses UUIDs, not fixed 'low'/'medium'/'high' labels — this field is not human-readable) | |
| creator_user_id | No | User ID who created the action |