Read invoice
documentedRetrieve a single invoice by id. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/invoicing/invoices/invoices.html?utm_source=openai))
GET /invoices/{id}Invoicingno 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://app.activecollab.com/{{$INSTANCE_ID}}/api/v1/invoices/{{$invoice_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_TOKEN}}"