Actions16
- Signal Actions
- Usage Actions
- Customer Actions
- Agent Actions
- Analytics Actions
- Invoice Actions
- Webhook Actions
- Cost Guard Actions
- Reconciliation Actions
Overview
This node integrates with the AgentBill API to manage and track AI usage, billing, and reconciliation data. Specifically, for the 'Reconciliation' resource with the 'List' operation, it retrieves a list of reconciliation runs optionally filtered by AI provider. This is useful for users who want to monitor and audit AI usage reconciliations across different providers, helping ensure accurate billing and usage tracking.
Use Case Examples
- A user wants to list all reconciliation runs for the 'openai' provider to review billing and usage data.
- A business integrates this node to automate fetching reconciliation data for monthly audits.
Properties
| Name | Meaning |
|---|---|
| Provider | AI provider name used to filter reconciliation runs in the list operation |
Output
JSON
- ``
id- Unique identifier of the reconciliation runstatus- Status of the reconciliation runprovider- AI provider associated with the reconciliation runstartDate- Start date/time of the reconciliation periodendDate- End date/time of the reconciliation perioddetails- Additional details or metadata about the reconciliation run
Dependencies
- AgentBill API key credential
Troubleshooting
- Ensure the AgentBill API key credential is correctly configured and has necessary permissions.
- Verify the 'Provider' parameter is correctly set to a supported AI provider name to avoid empty or error responses.
- Common errors include authentication failures (check API key) and invalid parameter errors (check input values).
Links
- AgentBill API Documentation - Official API documentation for AgentBill, detailing endpoints and usage.