Skip to content
AbloAblo
Esc
navigateopen⌘Jpreview

Read usage

Current-period usage counters for the calling organization.

GET/v1/usage
Responses
200Usage counters.
objectstring
periodobject
Show properties
startinteger
endinteger
commitsinteger
readsinteger
Request
curl -X GET "https://api.abloatai.com/api/v1/usage"
Response
{
  "object": "usage",
  "period": {
    "start": 0,
    "end": 0
  },
  "commits": 0,
  "reads": 0
}