Learn about other types used while reading an account's API consumption data
The monday.com platform_api API lets enterprise accounts query their daily API usage.
Each of the object types described below represents a specific aspect of an account's daily usage. You can use these object types to supply metadata in queries.
DailyAnalytics
An object containing the account's daily call limit analytics (by app, by day, or by user).
Field | Description | Supported Fields |
|---|---|---|
The API usage per app. | api_app_id | |
The API usage per day. | day | |
The daily API usage per user. | usage | |
last_updated | The timestamp of when the API usage data was last updated. |
PlatformApiDailyAnalyticsByApp
An object containing an account's API consumption data for the top six apps over the past 14 days.
Field | Description | Supported fields |
|---|---|---|
api_app_id | The app's unique API consumer identifier. | |
app | Metadata about the top six apps with the highest API consumption. | api_app_id |
usage | The API amount consumed by a given app in the past 14 days. |
PlatformApiDailyAnalyticsByDay
An object containing an account's API usage per day over the past 14 days.
| Field | Description |
|---|---|
day String! | The day. |
usage Int! | The amount consumed on a given day. |
platformApiDailyAnalyticsByUser
An object containing an account's API consumption data for the top six users over the past 14 days.
| Field | Description |
|---|---|
usage Int! | The API amount consumed by a given user in the past 14 days. |
user User! | Metadata about the top six users with the highest API consumption. |
