RateLimit Object

Holds the rate limit status.

Fields

The fields in this section list which values can be retrieved when querying RateLimit records.

cost (Int!)

The point cost for the current call that counts against the rate limit.

limit (Int!)

The maximum number of points the client is permitted to consume in a 60-minutes window.

remaining (Int!)

The number of points remaining in the current rate limit window.

resetAt (Int!)

The time at which the current rate limit window resets in UTC epoch seconds.