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

# POST /runtimes/

`POST /runtimes/`

Lists all Amazon Secure Agents in your account.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListAgentRuntimesResponse
  - `agentRuntimes` AgentRuntime[], required — The list of AgentCore Runtime resources.
    - `agentRuntimeArn` string, required — The Amazon Resource Name (ARN) of the agent runtime.
    - `agentRuntimeId` string, required — The unique identifier of the agent runtime.
    - `agentRuntimeVersion` string, required — The version of the agent runtime.
    - `agentRuntimeName` string, required — The name of the agent runtime.
    - `description` string, password, required — The description of the agent runtime.
    - `lastUpdatedAt` string, date-time, required — The timestamp when the agent runtime was last updated.
    - `status` 'CREATING' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'READY' | 'DELETING', required — The current status of the agent runtime.
  - `nextToken` string — A token to retrieve the next page of results.

## Other responses

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

---

[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/versions/0ebde766792b/schema)
