/actionsscope: actions:readList actions (optionally filter by status).
Optional `?status=open|in_progress|complete|cancelled|deferred`.
curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
https://quorate.app/api/v1/actionsRead and update the action log — items assigned at meetings, deadlines, and completion status.
Base URL: https://quorate.app/api/v1
/actionsscope: actions:readList actions (optionally filter by status).
Optional `?status=open|in_progress|complete|cancelled|deferred`.
curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
https://quorate.app/api/v1/actions/actions/{id}scope: actions:writeUpdate action status.
JSON body `{ "status": "complete" }`. Returns the updated row.
curl -X PUT -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"status":"complete"}' \
https://quorate.app/api/v1/actions/MEETING_OR_ROW_ID