Skip to main content
Track your current API consumption relative to plan limits. Use this endpoint to monitor request volume, agent count, and billing period resets so you can plan capacity before hitting limits.

Endpoint

Example request

Response

object
Current request usage for the billing period.
  • used (integer): Requests made so far.
  • limit (integer): Maximum requests allowed in the period.
object
Current agent usage for the billing period.
  • used (integer): Number of agents created.
  • limit (integer): Maximum agents allowed.
integer
Unix timestamp when the current usage period resets.

Example response