

# InvocationStepSummary
<a name="API_agent-runtime_InvocationStepSummary"></a>

Contains details about an invocation step within an invocation in a session. For more information about sessions, see [Store and retrieve conversation history and context with Amazon Bedrock sessions](https://docs.aws.amazon.com/bedrock/latest/userguide/sessions.html).

## Contents
<a name="API_agent-runtime_InvocationStepSummary_Contents"></a>

 ** invocationId **   <a name="bedrock-Type-agent-runtime_InvocationStepSummary-invocationId"></a>
A unique identifier for the invocation in UUID format.  
Type: String  
Pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`   
Required: Yes

 ** invocationStepId **   <a name="bedrock-Type-agent-runtime_InvocationStepSummary-invocationStepId"></a>
The unique identifier (in UUID format) for the invocation step.  
Type: String  
Pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`   
Required: Yes

 ** invocationStepTime **   <a name="bedrock-Type-agent-runtime_InvocationStepSummary-invocationStepTime"></a>
The timestamp for when the invocation step was created.  
Type: Timestamp  
Required: Yes

 ** sessionId **   <a name="bedrock-Type-agent-runtime_InvocationStepSummary-sessionId"></a>
The unique identifier for the session associated with the invocation step.  
Type: String  
Pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`   
Required: Yes

## See Also
<a name="API_agent-runtime_InvocationStepSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agent-runtime-2023-07-26/InvocationStepSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agent-runtime-2023-07-26/InvocationStepSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agent-runtime-2023-07-26/InvocationStepSummary) 