Retrieves detailed information about a specific browser session in Amazon Bedrock AgentCore. This operation returns the session's configuration, current status, associated streams, and metadata.
To get a browser session, you must specify both the browser identifier and the session ID. The response includes information about the session's viewport configuration, timeout settings, and stream endpoints.
The following operations are related to GetBrowserSession:
get/browsers/{browserIdentifier}/sessions/get#sessionId
Path parameters
browserIdentifierstring required
The unique identifier of the browser associated with the session.
Query parameters
sessionIdstring required
The unique identifier of the browser session to retrieve.
Response
Success