---
title: "POST /organization/overview"
method: POST
path: "/organization/overview"
---

# POST /organization/overview

`POST /organization/overview`

Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.

## Request body

- object
  - `FromTime` string, date-time, required — The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
  - `ToTime` string, date-time — The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
  - `AccountIds` AwsAccountId[] — The ID of the Amazon Web Services account.
  - `OrganizationalUnitIds` OrganizationalUnitId[] — The ID of the organizational unit.

## Response `200`

Success

- DescribeOrganizationOverviewResponse
  - `ReactiveInsights` integer, required — An integer that specifies the number of open reactive insights in your Amazon Web Services account.
  - `ProactiveInsights` integer, required — An integer that specifies the number of open proactive insights in your Amazon Web Services account.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerException
- `482` — ThrottlingException
- `483` — ValidationException

---

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