---
title: "POST /code-interpreters"
method: POST
path: "/code-interpreters"
---

# POST /code-interpreters

`POST /code-interpreters`

Lists all custom code interpreters in your account.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `type` 'SYSTEM' | 'CUSTOM'

## Response `200`

Success

- ListCodeInterpretersResponse
  - `codeInterpreterSummaries` CodeInterpreterSummary[], required — The list of code interpreter summaries.
    - `codeInterpreterId` string, required — The unique identifier of the code interpreter.
    - `codeInterpreterArn` string, required — The Amazon Resource Name (ARN) of the code interpreter.
    - `name` string — The name of the code interpreter.
    - `description` string, password — The description of the code interpreter.
    - `status` 'CREATING' | 'CREATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED' | 'DELETED', required — The current status of the code interpreter.
    - `createdAt` string, date-time, required — The timestamp when the code interpreter was created.
    - `lastUpdatedAt` string, date-time — The timestamp when the code interpreter was last updated.
  - `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)
