v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Gets information about a custom code interpreter.

get/code-interpreters/{codeInterpreterId}

Path parameters

codeInterpreterIdstring required

The unique identifier of the code interpreter to retrieve.

Response

Success

codeInterpreterIdstring required

The unique identifier of the code interpreter.

codeInterpreterArnstring required

The Amazon Resource Name (ARN) of the code interpreter.

namestring required

The name of the code interpreter.

descriptionstring password

The description of the code interpreter.

executionRoleArnstring

The IAM role ARN that provides permissions for the code interpreter.

status'CREATING' | 'CREATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED' | 'DELETED' required

The current status of the code interpreter.

failureReasonstring

The reason for failure if the code interpreter is in a failed state.

createdAtstring date-time required

The timestamp when the code interpreter was created.

lastUpdatedAtstring date-time required

The timestamp when the code interpreter was last updated.