Retrieve items
documentedRetrieve items from the user's Pocket list according to provided filters and options.
POST /v3/getItemsno 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://getpocket.com/v3/get" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"consumer_key": "{{GETPOCKET_API_KEY}}", "access_token": "{{OAUTH2_ACCESS_TOKEN}}", "state": "{{$state}}", "count": "{{$count}}", "detailType": "{{$detailType}}"}'