added
New platform_api object to query daily API usage
March 31st, 2025
🏷️ API version:
2025-04
You can now query your account's daily API consumption using the new platform_api
object. This object includes fields that provide insights into your account's daily API call limit, usage, and top contributors.
query {
platform_api {
daily_analytics {
by_day {
day
usage
}
by_app {
app {
name
}
api_app_id
usage
}
by_user {
user {
name
}
usage
}
last_updated
}
}
}