Actions List Actions
actions_list_actionsLists actions from a Mitti account, with optional filters for status and priority, returning titles, descriptions, due dates, and assignees.
Instructions
List actions from the Mitti (formerly SafetyCulture) account. Supports server-side filtering by status (open, in_progress, completed, cant_do) and by an org-specific priority_id (UUID). Returns action ID, title, description, status, priority_id, due date, and assignees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of actions to return (1–100, default 20). | |
| status | No | Filter by status. One of: 'open', 'in_progress', 'completed', 'cant_do'. | |
| priority_id | No | Filter by a specific org-specific priority ID (UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| actions | No | ||
| next_page_token | No |