List action items
documentedList action items for the current user or scope (rooms/meetings/organizations).
GET /lucid/api/v1/action_itemsAction Itemsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://site.lucidmeetings.com/lucid/api/v1/action_items?state={{$state}}&view={{$view}}&after={{$after}}&before={{$before}}&assignee={{$assignee}}&page={{$page}}&per_page={{$limit}}&sort={{$sort}}&embed={{$embed}}&fields={{$fields}}&envelope={{$envelope}}" \
-X GET \
-H "x-api-key: {{LUCIDMEETINGS_API_KEY}}" \
-H "Accept: application/json"