Data retrieval APIs for AWS Step Functions
AWS Step Functions provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| DescribeActivity | Describe an activity | Read |
| DescribeExecution | Describe an execution | Read |
| DescribeMapRun | Describe a map run | Read |
| DescribeStateMachine | Describe a state machine | Read |
| DescribeStateMachineAlias | Describe a state machine alias | Read |
| DescribeStateMachineForExecution | Describe the state machine for an execution | Read |
| GetExecutionHistory | Return the history of the specified execution as a list of events | Read |
| ListActivities | List the existing activities | List |
| ListExecutions | List the executions of a state machine | List |
| ListMapRuns | List the map runs of an execution | List |
| ListStateMachineAliases | List the aliases of a state machine | List |
| ListStateMachineVersions | List the versions of a state machine | List |
| ListStateMachines | Lists the existing state machines | List |
| ListTagsForResource | List tags for an AWS Step Functions resource | List |
| RevealSecrets | Reveal sensitive data from an execution | Read |
| ValidateStateMachineDefinition | Validate a state machine definition | Read |