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

# POST /ListS3TableIntegrations

`POST /ListS3TableIntegrations`

Lists all S3 Table integrations in your account. We recommend using pagination to ensure that the operation returns quickly and successfully.

## Request body

- object
  - `MaxResults` integer — The maximum number of S3 Table integrations 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

- ListS3TableIntegrationsOutput
  - `IntegrationSummaries` IntegrationSummary[] — A list of S3 Table integration summaries containing key information about each integration.
    - `Arn` string — The Amazon Resource Name (ARN) of the S3 Table integration.
    - `Status` 'ACTIVE' | 'DELETING' — The current status of the S3 Table integration.
  - `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)
