v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

Retrieves the details of a specific invocation step within an invocation in a session. For more information about sessions, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/sessions.html">Store and retrieve conversation history and context with Amazon Bedrock sessions</a>.

post/sessions/{sessionIdentifier}/invocationSteps/{invocationStepId}

Path parameters

invocationStepIdstring required

The unique identifier (in UUID format) for the specific invocation step to retrieve.

sessionIdentifierstring required

The unique identifier for the invocation step's associated session. You can specify either the session's <code>sessionId</code> or its Amazon Resource Name (ARN).

Request body

invocationIdentifierstring required

The unique identifier for the invocation in UUID format.

Response

Success