Action Items
Update action item
Update an action item status, assignee, due date, or priority.
PATCH
Update one or more fields on an action item. Only the fields you include in the request body will be modified; all other fields remain unchanged.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
The unique action item identifier (e.g.,
act_p6q7r8).Request body
All fields are optional. Include only the fields you want to change.New status. One of
pending, in_progress, or completed. Setting to completed automatically sets completed_at to the current timestamp.New assignee. Accepts a participant ID (e.g.,
prt_a1b2c3), an email address, or a name. Set to null to unassign.New due date in ISO 8601 date format (e.g.,
2026-04-20). Set to null to remove the due date.New priority level. One of
high, medium, or low.Updated title for the action item.
Updated description. Set to
null to clear.Response
Returns the full updated action item object.Unique action item identifier.
Action item title.
Action item description.
Current status.
Priority level.
The assigned person.
Due date.
The associated meeting ID.
The associated meeting title.
The transcript segment where this was identified.
Timestamp when marked as completed.
When the action item was created.
When the action item was last updated.
When an action item is marked as
completed, the action_item.completed webhook event is fired if you have a webhook subscription for it.