describe_workflow_execution
Get a workflow execution's current status, history length, start and close times by providing its workflow ID. Optionally specify a run ID and region for precise details.
Instructions
Get detailed information about a workflow execution including its current status, history length, start time, close time, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | No | Optional run ID. If not provided, describes the latest run for this workflow ID. | |
| region | No | Region to query. Defaults to "us" if not specified. | |
| workflowId | Yes | The workflow ID |