Apply a bulk action
Applies one action to every item matching a filter. Use to archive everything tagged wip, purge every trashed item older than 90 days, retier a slice of items, retag a source’s items in bulk.
Six actions, discriminated on action: transition (move to a target state), purge (hard-delete; admin-only; requires confirm: PURGE), update_tags (add / remove), update_tier, update_properties (shallow merge into properties), update_timestamp.
Non-admin callers see their match set narrowed to types they hold write on. purge is admin-only regardless of filter. Safety rails: dry_run: true returns matched ids and count without writing; max_items caps the match set (default 10000, hard ceiling 50000); going over returns 400 bulk_cap_exceeded. See Bulk operations.
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)