List notifications
documentedRetrieve notifications for wachets; supports optional query parameters like taskId, from, and to.
GET /thirdparty/v1/notification/listNotificationsno 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://api.wachete.com/thirdparty/v1/notification/list?taskId={{$taskId}}&from={{$from}}&to={{$to}}" \\n -X GET \\n -H "Accept: application/json" \\n -H "Content-Type: application/json" \\n -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"