GET /users/{username}/settings/billing/usage/summary
[!NOTE] This endpoint is in public preview and is subject to change.
Gets a summary report of usage for a user.
Note: Only data from the past 24 months is accessible via this endpoint.
Servers
- https://api.github.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
username |
String | Yes |
The handle for the GitHub user account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
day |
Integer | No |
If specified, only return results for a single day. The value of |
month |
Integer | No |
If specified, only return results for a single month. The value of |
sku |
String | No |
The SKU to query for usage. |
repository |
String | No |
The repository name to query for usage in the format owner/repository. |
product |
String | No |
The product name to query usage for. The name is not case sensitive. |
year |
Integer | No |
If specified, only return results for a single year. The value of |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.