twitter_usage
Check your project's post-read usage against its monthly cap to avoid exceeding quota. Returns cap reset day, current usage, and daily breakdown.
Instructions
This project's post-read usage against its monthly cap — check before burning quota.
Returns: {data:{cap_reset_day, project_cap, project_usage, daily_project_usage}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days of daily usage to include (1-90, default 7). | |
| usage_fields | No | Usage fields to include (CSV: cap_reset_day, daily_project_usage, daily_client_app_usage, project_cap, project_id, project_usage). |