ClockNext: get customer usage
clocknext_get_customer_usageCheck a customer's recent usage logs to confirm a signal landed and verify the recorded model, tokens, and cost.
Instructions
Read back a customer's recent usage logs (most recent first). Use it to CONFIRM a signal landed — e.g. after running the product's code so it fires a real signal, check the event shows up here with the expected model, tokens, and cost. For a signal you fire directly, clocknext_record_usage already returns the priced log inline, so this is mainly for signals sent by the running codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ClockNext customer id. | |
| limit | No | Max usage rows to return (most recent first). |