---
title: "GET /usage/account"
method: GET
path: "/usage/account"
---

# GET /usage/account

`GET /usage/account`

Retrieves monthly account usage metrics and limits for the AWS account.

## Response `200`

Success

- GetAccountUsageOutput
  - `monthlyAccountInvestigationHours` object — Monthly investigation hours usage and limit for an account
    - `limit` integer, required — Configured limit for this metric. A value of -1 indicates no limit is enforced.
    - `usage` number, double, required — Current usage for this metric
  - `monthlyAccountEvaluationHours` object — Monthly evaluation hours usage and limit for an account
    - `limit` integer, required — Configured limit for this metric. A value of -1 indicates no limit is enforced.
    - `usage` number, double, required — Current usage for this metric
  - `monthlyAccountSystemLearningHours` object — Monthly system learning hours usage and limit for an account
    - `limit` integer, required — Configured limit for this metric. A value of -1 indicates no limit is enforced.
    - `usage` number, double, required — Current usage for this metric
  - `monthlyAccountOnDemandHours` object — Monthly on-demand hours usage and limit for an account
    - `limit` integer, required — Configured limit for this metric. A value of -1 indicates no limit is enforced.
    - `usage` number, double, required — Current usage for this metric
  - `usagePeriodStartTime` string, date-time, required — The start time of the usage tracking period
  - `usagePeriodEndTime` string, date-time, required — The end time of the usage tracking period

## Other responses

- `480` — ValidationException
- `481` — ContentSizeExceededException
- `482` — ServiceQuotaExceededException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — AccessDeniedException
- `486` — ResourceNotFoundException
- `487` — ThrottlingException
- `488` — InvalidParameterException

---

[API](https://skmtc.net/aws/apis/devops-agent.md) · [All operations](https://skmtc.net/aws/apis/devops-agent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/devops-agent/revisions/ca2af02d3853/schema)
