v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

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

browserIdentifierstring required

The identifier of the browser.

sessionIdstring required

The identifier of the browser session.

namestring

The name of the browser session.

createdAtstring date-time required

The time at which the browser session was created.

sessionTimeoutSecondsinteger

The timeout period for the browser session in seconds.

status'READY' | 'TERMINATED'

The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

sessionReplayArtifactstring

The artifact containing the session replay information.

lastUpdatedAtstring date-time

The time at which the browser session was last updated.