AccountApiUsageDailyPrivateApps |
Retrieve private app daily API usageRetrieve the daily API usage for private apps in the account, along with information about usage limits.
Catalog: AccountInfo
Schema: Basic
This is a read-only table. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
Table Columns
The columns of the table AccountApiUsageDailyPrivateApps are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
collectedAt |
datetime |
|
☐ |
Indicates when the cache was last updated. |
currentUsage |
int32 |
|
☐ |
How many API calls an account has made for the current day. |
fetchStatus |
string |
|
☐ |
Status of fetching the information, including if the data came from the cache. |
name |
string |
Name |
☐ |
Name of the limit type. |
resetsAt |
datetime |
|
☐ |
Time that the limit will reset. |
usageLimit |
int32 |
|
☐ |
Limits by which a single integration can consume the HubSpot public APIs. |
HubSpot API Data Model