List invoice messages
documentedList messages attached to an invoice.
GET /v2/invoices/{INVOICE_ID}/messagesInvoicesno 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.harvestapp.com/v2/invoices/{{$invoice_id}}/messages?updated_since={{updated_since}}&page={{page}}&per_page={{per_page}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Harvest-Account-Id: {{$harvest_account_id}}" \
-H "User-Agent: {{$user_agent}}" \
-H "Accept: application/json"