get_rate_limit_status
View the most recent Virtuous rate limit headers, including remaining requests and reset time, to plan batch operations and avoid exceeding the shared organization budget.
Instructions
Report the most recently observed Virtuous rate-limit headers. Read-only.
Virtuous enforces an ORG-WIDE request budget (documented at 5,000
requests/hour) shared by every API key/integration in the organization.
This returns the latest X-RateLimit-Limit, X-RateLimit-Remaining,
reset_at, and seconds_until_reset seen on a response — useful before
kicking off a large batch or many queries. It is empty until at least one
request has been made in this session, so a low remaining here reflects
other integrations' usage too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||