---
title: "POST /ListCentralizationRulesForOrganization"
method: POST
path: "/ListCentralizationRulesForOrganization"
---

# POST /ListCentralizationRulesForOrganization

`POST /ListCentralizationRulesForOrganization`

Lists all centralization rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account.

## Request body

- object
  - `RuleNamePrefix` string — A string to filter organization centralization rules whose names begin with the specified prefix.
  - `AllRegions` boolean — A flag determining whether to return organization centralization rules from all regions or only the current region.
  - `MaxResults` integer — The maximum number of organization centralization rules to return in a single call.
  - `NextToken` string — The token for the next set of results. A previous call generates this token.

## Response `200`

Success

- ListCentralizationRulesForOrganizationOutput
  - `CentralizationRuleSummaries` CentralizationRuleSummary[] — A list of centralization rule summaries.
    - `RuleName` string — The name of the organization centralization rule.
    - `RuleArn` string — The Amazon Resource Name (ARN) of the organization centralization rule.
    - `CreatorAccountId` string — The Amazon Web Services Account that created the organization centralization rule.
    - `CreatedTimeStamp` integer — The timestamp when the organization centralization rule was created.
    - `CreatedRegion` string — The Amazon Web Services region where the organization centralization rule was created.
    - `LastUpdateTimeStamp` integer — The timestamp when the organization centralization rule was last updated.
    - `RuleHealth` 'Healthy' | 'Unhealthy' | 'Provisioning' — The health status of the organization centralization rule.
    - `FailureReason` 'TRUSTED_ACCESS_NOT_ENABLED' | 'DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION' | 'INTERNAL_SERVER_ERROR' — The reason why an organization centralization rule is marked UNHEALTHY.
    - `DestinationAccountId` string — The primary destination account of the organization centralization rule.
    - `DestinationRegion` string — The primary destination region of the organization centralization rule.
  - `NextToken` string — A token to resume pagination of results.

## Other responses

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

---

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