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

# POST /ListVectorBuckets

`POST /ListVectorBuckets`

Returns a list of all the vector buckets that are owned by the authenticated sender of the request.

Permissions

You must have the `s3vectors:ListVectorBuckets` permission to use this operation.

## Request body

- object
  - `maxResults` integer — The maximum number of vector buckets to be returned in the response.
  - `nextToken` string — The previous pagination token.
  - `prefix` string — Limits the response to vector buckets that begin with the specified prefix.

## Response `200`

Success

- ListVectorBucketsOutput
  - `nextToken` string — The element is included in the response when there are more buckets to be listed with pagination.
  - `vectorBuckets` VectorBucketSummary[], required — The list of vector buckets owned by the requester.
    - `vectorBucketName` string, required — The name of the vector bucket.
    - `vectorBucketArn` string, required — The Amazon Resource Name (ARN) of the vector bucket.
    - `creationTime` string, date-time, required — Date and time when the vector bucket was created.

## Other responses

- `480` — ValidationException
- `481` — ServiceUnavailableException
- `482` — TooManyRequestsException
- `483` — InternalServerException
- `484` — AccessDeniedException
- `485` — RequestTimeoutException

---

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