Data retrieval APIs for AWS CodePipeline
AWS CodePipeline provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| GetActionType | View information about an action type | Read |
| GetJobDetails | View information about a job (custom actions only) | Read |
| GetPipeline | Retrieve information about a pipeline structure | Read |
| GetPipelineExecution | View information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline | Read |
| GetPipelineState | View information about the current state of the stages and actions of a pipeline | Read |
| GetThirdPartyJobDetails | View the details of a job for a third-party action (partner actions only) | Read |
| ListActionExecutions | List the action executions that have occurred in a pipeline | Read |
| ListActionTypes | List a summary of all the action types available for pipelines in your account | Read |
| ListDeployActionExecutionTargets | List the deployment details for deploy action executions that have occurred in a pipeline | Read |
| ListPipelineExecutions | List a summary of the most recent executions for a pipeline | List |
| ListPipelines | List a summary of all the pipelines associated with your AWS account | List |
| ListRuleExecutions | List the rule executions that have occurred in a pipeline | Read |
| ListRuleTypes | List a summary of all the rule types available for pipelines in your account | Read |
| ListTagsForResource | List tags for a CodePipeline resource | Read |
| ListWebhooks | List all of the webhooks associated with your AWS account | List |