RateLimit Object

Holds the query cost 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 query cost 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 query cost rate limit window.

resetAt (Int!)

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