Sign in

Retrieve items

documented

Retrieve items from the user's Pocket list according to provided filters and options.

POST /v3/getItemsno implementation yet0 runs
No 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}}"}'
Retrieve items · getpocket · OpenIntegrations