Execution
Represents an execution instance with its lifecycle information
Contents
- agentSpaceId
-
The unique identifier for the agent space containing this execution
Type: String
Required: Yes
- agentSubTask
-
The specific subtask being executed by the agent
Type: String
Required: Yes
- createdAt
-
Timestamp when this execution was created
Type: Timestamp
Required: Yes
- executionId
-
The unique identifier for this execution
Type: String
Required: Yes
- executionStatus
-
The current status of this execution
Type: String
Valid Values:
FAILED | RUNNING | STOPPED | CANCELED | TIMED_OUTRequired: Yes
- updatedAt
-
Timestamp when this execution was last updated
Type: Timestamp
Required: Yes
- agentType
-
The type of agent that performed this execution.
Type: String
Required: No
- parentExecutionId
-
The identifier of the parent execution, if this is a child execution
Type: String
Required: No
- uid
-
The unique identifier for the user session associated with this execution
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: