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

# POST /memories/

`POST /memories/`

Lists the available Amazon Bedrock AgentCore Memory resources in the current Amazon Web Services Region.

## Request body

- object
  - `maxResults` integer — The maximum number of results to return in a single call. The default value is 10. The maximum value is 50.
  - `nextToken` string — The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

## Response `200`

Success

- ListMemoriesOutput
  - `memories` MemorySummary[], required — The list of AgentCore Memory resource summaries.
    - `arn` string — The Amazon Resource Name (ARN) of the memory.
    - `id` string — The unique identifier of the memory.
    - `status` 'CREATING' | 'ACTIVE' | 'FAILED' | 'DELETING' | 'UPDATING' — The current status of the memory.
    - `createdAt` string, date-time, required — The timestamp when the memory was created.
    - `updatedAt` string, date-time, required — The timestamp when the memory was last updated.
    - `managedByResourceArn` string — ARN of the resource managing this memory (e.g. a harness). Null if not managed.
  - `nextToken` string — A token to retrieve the next page of results.

## Other responses

- `480` — ServiceException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — ThrottledException

---

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