Sign in

Get Usage

documented

Retrieve API usage metrics.

GET /2/usageUsageno implementation yet0 runs
No 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://api.x.com/2/usage/tweets?days={{$days}}&usage.fields={{$usage_fields}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get Usage · X · OpenIntegrations