Retrieves detailed information about a specific code interpreter session in Amazon Bedrock AgentCore. This operation returns the session's configuration, current status, and metadata.
To get a code interpreter session, you must specify both the code interpreter identifier and the session ID. The response includes information about the session's timeout settings and current status.
The following operations are related to GetCodeInterpreterSession:
get/code-interpreters/{codeInterpreterIdentifier}/sessions/get#sessionId
Path parameters
codeInterpreterIdentifierstring required
The unique identifier of the code interpreter associated with the session.
Query parameters
sessionIdstring required
The unique identifier of the code interpreter session to retrieve.
Response
Success