Data retrieval APIs for Amazon S3 Vectors
Amazon S3 Vectors provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| GetIndex | Get the attributes of a specified vector index | Read |
| GetVectorBucket | Get the attributes of a specified vector bucket | Read |
| GetVectorBucketPolicy | Get the IAM resource policy for a specific vector bucket | Read |
| GetVectors | Get a batch of vectors by their vector keys | Read |
| ListIndexes | Get a paginated list of all indexes in a specified vector bucket | List |
| ListTagsForResource | List tags for specified S3Vector resource | List |
| ListVectorBuckets | Get a paginated list of all vector buckets in the account | List |
| ListVectors | Get a paginated list of all vectors in a specified vector index | List |
| QueryVectors | Find approximate nearest neighbors within a specified search vector index for a given query vector | Read |